Перейти к основному содержимому

Profile

информация о профиле участника

profileIdstring
primaryEmailstring
fullNamestring
typeAccountType (string)

тип аккаунта

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

Example: REGULAR
details object

дополнительная информация о пользователе

positionstring
departmentstring
phoneNumberstring
locationAccountLocation (string)

статус участника

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"
}
}