Responses
-
User successfully fetched
Hide response attributes Show response attributes object
-
The user's identifier
-
A user's security information
Hide security attributes Show security attributes object
-
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
-
The user's password. Only used when modifying a user.
-
True if the user is enabled
-
The security realm the user belongs to
-
-
Metadata for a user
Hide metadata attributes Show metadata attributes object
-
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
-
-
User not found. (code:
user.not_found)Hide headers attribute Show headers attribute
Hide response attribute Show response attribute object
-
A list of errors that occurred in the failing request
Hide errors attributes Show errors attributes object
-
curl \ --request GET 'https://{{hostname}}/api/v1/user' \ --user "username:password"