Description
To get full details of your profile.
Note: To use this API a personal user profile token must be generated. For more information about how to get an API key see, Generating API key.
GET https://app.workspace.ai/api/public/user/me
Header
Invoke the API with JWT in the header with the following syntax:
auth: {{apiKey}}
Response Content Type
application/json
Sample Request
curl --location --request GET 'https://Workspace.ai.kore.ai/public/user/me' \
--header 'auth: {{apiKey}}'
Sample Response
{
"userId": "u-1063ff23-a182-595c-98e8-cfdd9964fefa",
"accountId": "ac-99d8eb31-64c0-5f61-abcd-6b1bb0545777",
"firstName": "Workspace.ai",
"lastName": "Team",
"orgId": "o-232b5ddf-4925-5978-bded-d8d5131aa62c",
"emailId": "Workspace.ai.team@kore.com"
}