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

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