Returns all users.
Returns all users with their details like status, contact info and more. Returns all users if the user has read permissions on the feature user-master-data, otherwise returns only his own user. Archived users are excluded by default. You can include them by setting the ‘showArchived’ query parameter. If the permissions have UserTeamsData Feature, the filter for teams is applied. Beware that this will also include API users in the response.
Required Permissions
Any authenticated user.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
showArchived
Include archived users in the results. Not required. False by default.
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.
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).