Skip to main content
GET
/
api
/
v1
/
members
/
me
{
  "id": "<string>",
  "accountId": "<string>",
  "organizationId": "<string>",
  "email": "<string>",
  "fullName": "<string>",
  "scope": {
    "organizationId": "123e4567-e89b-12d3-a456-426614174000",
    "accountIds": [
      "123e4567-e89b-12d3-a456-426614174001"
    ],
    "widgetIds": [
      "123e4567-e89b-12d3-a456-426614174002"
    ],
    "environmentIds": [
      "123e4567-e89b-12d3-a456-426614174003"
    ]
  }
}

Response

id
string
required
accountId
string
required
organizationId
string
required
email
string
required
fullName
string
scope
object