Manage User

You can edit the user’s details or delete the account if it’s no longer needed.

Update User

PUT {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.

Headers
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.
Parameters
Name Required Type Description
name OPTIONAL string User’s full name for display

Delete User

DELETE {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).

Headers
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.