Class SystemUserScopes
System-level scope constants for user administration. Like SystemTeamScopes, these
authorize cross-team operations and are granted to privileged roles or system API keys. The toolkit
defines them; the consumer applies them as they see fit (e.g. o.ConfigureSystemRoles mapping
a role to the scope).
public static class SystemUserScopes
- Inheritance
-
SystemUserScopes
- Inherited Members
Fields
Manage
Authorizes user administration via IUserManagementService: verifying users against the external directory, listing directory-only users, and deleting users (from the local store and, on explicit opt-in, from the directory).
public const string Manage = "users:manage"