List employees for tenant (Partner)
Retrieves all employees for the specified tenant, optionally filtered by division. Partner must have access to the tenant.
path Parameters
tenantIdTenant identifier
partnerIdPartner identifier (must match your API key)
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 tenant (Partner) › Responses
OK
idUnique identifier
identifierfirstNamelastNameculturedivisionsstatusThe object status
Create a new employee (Partner)
Creates a new employee for your tenant. You can optionally assign the employee to divisions. Partner must have access to the tenant.
path Parameters
tenantIdTenant identifier
partnerIdPartner identifier (must match your API key)
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 (Partner) › 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 (Partner) › Responses
Created
idUnique identifier
identifierfirstNamelastNameculturedivisionsstatusThe object status