Skip to main content
Version: v1

Profile

Member profile information

profileIdstring
primaryEmailstring
fullNamestring
typeAccountType (string)

Account type

Possible values: [REGULAR, BOT, VOICE_BOT, INTEGRATION_BOT, GUEST_ACCOUNT]

Example: REGULAR
details object

Additional information about the user

positionstring
departmentstring
phoneNumberstring
locationAccountLocation (string)

Member status

Possible values: [LOCATION_NOT_SET, OFFICE, HOME, VACATION]

Profile
{
"profileId": "string",
"primaryEmail": "string",
"fullName": "string",
"type": "REGULAR",
"details": {
"position": "string",
"department": "string",
"phoneNumber": "string",
"location": "LOCATION_NOT_SET"
}
}