English
cURL
curl --request GET \ --url https://{base_url}/v1/app/me
{ "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 the currently authenticated user.
Returns the details of the currently authenticated user
Active
Inactive
AppGuest
AppMember
AppAdmin
AppOwner
Basic
Developer
Admin
SuperAdmin