cURL
curl --request GET \ --url https://api.example.com/users/permissions/@me
200
Example
{ "userId": "<string>", "email": "<string>", "isSuperUser": true, "relations": [ { "id": "<string>", "userId": "<string>", "resourceId": "<string>", "relationType": "<string>" } ], "firstName": "<string>", "lastName": "<string>", "brokerageFirmId": "<string>", "brokerRole": "<string>", "productIds": [ "<string>" ] }
Documentation IndexFetch the complete documentation index at: https://docs.korint.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.korint.io/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
First name
Last name
My brokerage firm
My broker role
Products that can be distributed by the user
Was this page helpful?