Example searches: “metadata”, “400”, “Delete Extension”, “200”, “DeploymentTemplates”
Fetches all available users.
True if disabled users should be included in the response
Default value is false.
false
Users successfully fetched
A list of users
An API user
The user's identifier
A user's security information
The set of roles assigned to a user
The distinct set of permissions allowed by the user's roles. These correspond to operationId values in the OpenAPI definition.
A user's elevated permissions status
True if the user has elevated permissions
The time at which the user's elevated permissions expire
The user's password. Only used when modifying a user.
True if the user is enabled
The security realm the user belongs to
The type of the security realm
Values are native, ldap, saml, or active_directory.
native
ldap
saml
active_directory
The identifier for the security realm
Metadata for a user
The Id of the user that created this user
The date and time when the user was created
The Id of the user that last updated this user
The date and time when the user was last updated
The date and time when the user first logged in
The date and time when the user last logged in
The user's optional full name
The user's optional email address
True if the user is a built-in read-only user
curl \ --request GET 'https://{{hostname}}/api/v1/users' \ --user "username:password"