Skip to main content
GET
/
users
/
permissions
/
@me
Get current user relations and roles
curl --request GET \
  --url https://api.example.com/users/permissions/@me
{ "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>" ] }

Response

userId
string
required
email
string
required
isSuperUser
boolean
required
relations
object[]
required
firstName
string

First name

lastName
string

Last name

brokerageFirmId
string

My brokerage firm

brokerRole
string

My broker role

productIds
string[]

Products that can be distributed by the user