Query users
query Parameters
filterThe OData filter expression (with support for attribute fields)
orderByThe OData order-by expression (with support for attribute fields)
resultThe query result type: items, count or items with count (default: result items)
The query result type
selectThe OData field selection expression
skipThe number of items in the queried collection that are to be skipped
statusThe object status (default: all status)
The object status
topThe number of items in the queried collection
Query users › Responses
Success
countThe query result count
The query result items
Add a new user
Add a new user › Request Body
identifierThe email of the user
firstNameThe first name of the user
lastNameThe last name of the user
idThe unique object id (immutable)
statusThe object status
createdThe date which the API object was created (immutable)
updatedThe date which the API object was last updated (immutable)
cultureThe users culture
languageThe payroll languages
externalIdThe external identifier of a IdP associated with the user
Custom attributes
Add a new user › Responses
Created
identifierThe email of the user
firstNameThe first name of the user
lastNameThe last name of the user
idThe unique object id (immutable)
statusThe object status
createdThe date which the API object was created (immutable)
updatedThe date which the API object was last updated (immutable)
cultureThe users culture
languageThe payroll languages
externalIdThe external identifier of a IdP associated with the user
Custom attributes
Get a user
path Parameters
userIdThe id of the user
Get a user › Responses
Success
identifierThe email of the user
firstNameThe first name of the user
lastNameThe last name of the user
idThe unique object id (immutable)
statusThe object status
createdThe date which the API object was created (immutable)
updatedThe date which the API object was last updated (immutable)
cultureThe users culture
languageThe payroll languages
externalIdThe external identifier of a IdP associated with the user
Custom attributes
Update a user
path Parameters
userIdThe user id
Update a user › Request Body
identifierThe email of the user
firstNameThe first name of the user
lastNameThe last name of the user
idThe unique object id (immutable)
statusThe object status
createdThe date which the API object was created (immutable)
updatedThe date which the API object was last updated (immutable)
cultureThe users culture
languageThe payroll languages
externalIdThe external identifier of a IdP associated with the user
Custom attributes
Update a user › Responses
Success
identifierThe email of the user
firstNameThe first name of the user
lastNameThe last name of the user
idThe unique object id (immutable)
statusThe object status
createdThe date which the API object was created (immutable)
updatedThe date which the API object was last updated (immutable)
cultureThe users culture
languageThe payroll languages
externalIdThe external identifier of a IdP associated with the user
Custom attributes
