Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>" ] }
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?