Get User Profile (v2.1)
GET/v2.1/api/profile
Get current user profile.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
id string
The user profile ID.
session_id string
The session ID.
tenant_id string
Tenant Id
{
"id": "string",
"session_id": "string",
"tenant_id": "string"
}
Loading...