List employees for your tenant
Retrieves all employees associated with your tenant, optionally filtered by division.
query Parameters
divisionIdFilter by division identifier
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
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List employees for your tenant › Responses
OK
idUnique identifier
identifierfirstNamelastNameculturedivisionsstatusThe object status
Create a new employee
Creates a new employee for your tenant. You can optionally assign the employee to divisions.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Create a new employee › Request Body
identifierUnique identifier for the employee (typically email)
firstNameEmployee's first name
lastNameEmployee's last name
cultureEmployee's culture/locale (e.g., fr-FR, en-US)
divisionsDivision names to assign the employee to
Create a new employee › Responses
Created
idUnique identifier
identifierfirstNamelastNameculturedivisionsstatusThe object status