Email address to search for
Delete Domain User
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.
Query Parameters
Path Parameters
The domain name
Example:3afb7b54-6144-4561-9a29-1148006f2375
Headers
Bearer token for authentication
Content type of the request body
Default:application/json
Response
Response
Domain user successfully deleted
Portal
Operations related to portals
Get Portal info
This endpoint retrieves information about a portal using its unique portal ID. Ensure you have the necessary permissions before accessing this endpoint. You should have yukiapi:portal:portals:read scope to access this endpoint.
Path Parameters
The portal id
Example:3afb7b54-6144-4561-9a29-1148006f2375
Headers
Bearer token for authentication
Content type of the request body
Default:application/json
Response
application/json
Response
Portal object
Portal
The unique ID of the Portal
Example:3afb7b54-6144-4561-9a29-1148006f2375
Name of the Portal
Example:Example Portal
Country of the Portal in ISO-3166 (2 char) format
Contact of the Portal
Show Child Parameters
Portal User
Operations related to portal users
Get All Portal Users
This endpoint retrieves basic information about users by Portal id. You should have yukiapi:portal:users:read scope to access this endpoint.
Query Parameters
The number of items to skip before starting to collect the result set
The numbers of items to return
Path Parameters
The portal id
Example:3afb7b54-6144-4561-9a29-1148006f2375
Headers
Bearer token for authentication
Content type of the request body
Default:application/json
Response
application/json
Response
Paged result of portal users
Total number of items available
Example:100
Current offset in the list
Example:10
Maximum number of items returned
Example:20