You can edit the user’s details or delete the account if it’s no longer needed.
{Tenant endpoint}/api/v2/mirror-data/users/{uuid}
Tenant endpoint example:
yoursubdomain.jusoorlabs.com
Update the details of an existing user. Provide the uuid
(unique identifier of the user in your system)
and optionally update the name of the user.
| Name | Required | Type | Description |
|---|---|---|---|
| referer | YES | string | The root of the application sending the request (e.g., jusoorlabs.com) |
| accept | YES | string | Always set as application/json |
| token | YES | string | The API token provided by Jusoor Labs. |
| Name | Required | Type | Description |
|---|---|---|---|
| name | OPTIONAL | string | User’s full name for display |
{Tenant endpoint}/api/v2/mirror-data/users/{uuid}
Tenant endpoint example:
yoursubdomain.jusoorlabs.com
Permanently delete a user by their uuid (unique identifier of the user in your system).
| Name | Required | Type | Description |
|---|---|---|---|
| referer | YES | string | The root of the application sending the request (e.g., jusoorlabs.com) |
| accept | YES | string | Always set as application/json |
| token | YES | string | The API token provided by Jusoor Labs. |