Returns all API users.
Returns all API users.
<Check title="Required Permissions">The user must be an admin or have `workspace-manage-config:read` permissions.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Response
OK
name
The name of the API user.
roleId
The role the user should be in.
If no role is specified, the user will become an admin.
clientId
The client id this API user belongs to.
id
The id of the API user.
createdOn
The date this user was created.
createdBy
The id of the user who created this user.
updatedOn
The date when this user was last updated.
updatedBy
The id of the user who updated the entity.