Returns the API user with the specified id.

Required Permissions
The user must be an admin or have workspace-manage-config:read permissions.

Path parameters

apiUserIdUUIDRequired

The id of the user.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK

namestring>=1 character

The name of the API user.

roleIdUUID or nullOptional

The role the user should be in. If no role is specified, the user will become an admin.

clientIdstring or nullOptional

The client id this API user belongs to.

idUUIDOptional

The id of the API user.

createdOndatetimeOptional

The date this user was created.

createdByUUIDOptional

The id of the user who created this user.

updatedOndatetimeOptional

The date when this user was last updated.

updatedByUUIDOptional

The id of the user who updated the entity.