curl --request GET \
--url https://api.example.com/api/v1/members/me{
"id": "<string>",
"accountId": "<string>",
"organizationId": "<string>",
"email": "<string>",
"isVortex": true,
"impersonating": true,
"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"
]
},
"realMemberId": "<string>"
}Retrieves the member information for the authenticated user. If the user has an active impersonation session, returns the impersonated member’s data instead.
curl --request GET \
--url https://api.example.com/api/v1/members/me{
"id": "<string>",
"accountId": "<string>",
"organizationId": "<string>",
"email": "<string>",
"isVortex": true,
"impersonating": true,
"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"
]
},
"realMemberId": "<string>"
}Whether this member is a Vortex employee
Whether this session is currently impersonating another user
Show child attributes
Real member ID if impersonating