Returns users with their details.
Returns users with their details. Archived users are excluded by default; set 'showArchived' to include them. API users are included in the response. <Check title="Required Permissions" icon="key">The user must have `user-master-data:read` permission to see all workspace users. Without it, the response contains only the requesting user. If team restrictions apply, the response is limited to users in the user's teams.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
showArchived
Whether to show archived users.
page
Page number for pagination
pageSize
Number of items per page
orderby
The properties to order by
filterby
The filter expression to filter by
Response
OK
firstName
The firstname of the user.
lastName
The lastname of the user.
birthDate
The birthdate of the user.
gender
The gender of the user.
title
The title of the user.
position
The position of the user.
language
The language preference of the user in ISO 639-1 format.
id
The id of the user.
status
The status of the 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.
isArchived
Whether this user is archived.
Archived users are automatically inactive and only exist for reference purposes.
isDeactivated
Whether the user has been deactivated.
deactivatedOn
The date the user was deactivated.
deletedOn
The date the user was deleted (soft delete).
hasImage
Whether the user has uploaded a profile image.
shouldMigrateToConnect
Whether the user should be migrated to Connect.
userContactInfos
The contact information assigned to this user.
resourceVersion
The version of the entity, updated on every modification, to the ticks in UTC.
Not identical to UpdatedOn.
teams
The teams the user is associated to.
isExternal
True if this entity is coming from an external workspace (awork Connect).

