Get a user
GET/api/v1/users/{id}
GET
/api/v1/users/{id}
Returns one user’s public identity, global role, and enabled state. ADMIN is required.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string format: uuid
User identifier.
Responses
Section titled “Responses”User returned
Public user administration record. Password hashes and credentials are never exposed.
object
createdAt
Creation timestamp in UTC.
string format: date-time
enabled
Whether the account may authenticate.
boolean
id
User identifier.
string format: uuid
role
Global authorization role.
string
updatedAt
Last update timestamp in UTC.
string format: date-time
username
Current username.
string
Authentication is required or credentials are invalid.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference
The authenticated identity lacks the required permission.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference
The requested resource does not exist or is not visible.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference