π¨βπ»User Management
The AiKYNETIX Web API provides a comprehensive set of endpoints to manage user accounts and related administrative tasks.
Creating a New User
POST /user-management/users/Request Body Example
{
"email": "[email protected]",
"display_name": "User",
"phone": "932323232"
}Response
{
"userData": {
"user_uid": "MYmC7MzsPBNU6uSQBnJ0",
"email": "[email protected]",
"display_name": "User",
"phone": "932323232"
}
}Updating User Details
Endpoint
Request Body Example
Response
Retrieving Users
List All Users
Response Example:
Filtering and Pagination
Example Request:
Retrieving Specific User Details
Endpoint
Example Request
Example Response
Deleting a User
Endpoint
Request Body Example
Response
Managing Sub-Admin Invitations and Assignments
List Invitations
Create an Invitation
Remove an Invitation
Sub-Admin Management
Retrieving Organization Status
Endpoint
Example Response
Last updated
Was this helpful?