English
cURL
curl --request GET \ --url https://{base_url}/v1/app/user/{userId}
{ "id": "<string>", "org_id": "<string>", "account_id": "<string>", "name": "<string>", "email": "<string>", "state": "Active", "roles": [ "AppGuest" ], "created_at": "<string>", "profile_picture": "<string>", "job_position_name": "<string>", "job_position_description": "<string>" }
Retrieve the details of a specific user by their ID.
The ID of the user to retrieve
Returns the details of the specified user
Active
Inactive
AppGuest
AppMember
AppAdmin
AppOwner
Basic
Developer
Admin
SuperAdmin