The number of items to skip before starting to collect the result set
The numbers of items to return
Operations related to users of domain
This endpoint allows retrieving all users within a specific domain. Returns a list of all users with their details including name, email, roles, and language preferences. Users attempting to perform this operation need to ensure they possess the necessary permissions. You should have yukiapi:domain:users:read scope to access this endpoint.
The number of items to skip before starting to collect the result set
The numbers of items to return
The domain name
Example:3afb7b54-6144-4561-9a29-1148006f2375
Bearer token for authentication
Content type of the request body
Default:application/json
Paged result of domain users
Total number of items available
Example:100
Current offset in the list
Example:10
Maximum number of items returned
Example:20
This endpoint allows creating a new user for a specific domain. The user can be added with basic information including name, email, language preference, roles, and an optional message. Users attempting to perform this operation need to ensure they possess the necessary permissions. You should have yukiapi:domain:users:write scope to access this endpoint.
The domain name
Example:3afb7b54-6144-4561-9a29-1148006f2375
Bearer token for authentication
Content type of the request body
Default:application/json
First name of the user
Last name of the user
User email
Example:john.doe@yuki.nl
The locale for the domain.
BE: nl-BE, en-US, fr-BE.
NL: en-US, nl-NL
Allowed values:nl-BEen-USfr-BEnl-NL
Example:en-US
User roles for the domain
Allowed values:AccountantBackofficeBackofficeControllerFinAdminHRMManagementProcurementPurchaseSalesSecurityManagerReadOnlyUser
Additional message from the user
List of company identifiers to grant access to.
If not provided or empty, the user will be granted access to all companies in the domain.
Example:["123e4567-e89b-12d3-a456-426614174000","987fcdeb-51a2-3bc4-d567-890123456789"]
Domain user successfully created
The unique identifier of the created domain user
Example:3afb7b54-6144-4561-9a29-1148006f2375
This endpoint allows searching for users within a specific domain by email address. Returns the user details if a match is found. Users attempting to perform this operation need to ensure they possess the necessary permissions. You should have yukiapi:domain:users:read scope to access this endpoint.
Email address to search for
The domain name
Example:3afb7b54-6144-4561-9a29-1148006f2375
Bearer token for authentication
Content type of the request body
Default:application/json
Successful domain user search response
The unique identifier of the user
Full name of the user
Example:John Doe
User email
Example:john.doe@yuki.nl
User roles for the domain
Allowed values:AccountantBackofficeBackofficeControllerFinAdminHRMManagementProcurementPurchaseSalesSecurityManagerReadOnlyUser
The locale for the domain.
BE: nl-BE, en-US, fr-BE.
NL: en-US, nl-NL
Allowed values:nl-BEen-USfr-BEnl-NL
Example:en-US
This endpoint allows deleting a user from a specific domain by email. Users attempting to perform this operation need to ensure they possess the necessary permissions. Once deleted, the user information cannot be recovered. You should have yukiapi:domain:users:delete scope to access this endpoint.
Email address to search for
The domain name
Example:3afb7b54-6144-4561-9a29-1148006f2375
Bearer token for authentication
Content type of the request body
Default:application/json
Domain user successfully deleted