MemberInfo
User data within the workspace
Member ID within the workspace
gIQffAsGi8profile objectrequired
Member profile information
Account identifier
AIQffAsGi8Email address
i.ivanov@example.ruDate and time the account was created
2023-02-26T18:58:36.154+03:00Date and time the account was last modified
2024-02-26T18:58:36.154+03:00Display name
John A. SmithAccount type
Possible values: [REGULAR, BOT, GUEST]
REGULARaccountDetails object
Additional user data
Position
AnalystDepartment
B2BPhone number
88001234567Location
Possible values: [NOT_SET, OFFICE, HOME, VACATION]
OFFICEBrief information
Do not disturb after 8 PMStatus
On a business tripcustomFields object[]
Arbitrary custom profile fields defined by the user. The order of elements is significant.
Field name
Possible values: <= 64 characters
telegramField value
Possible values: <= 256 characters
@ivanovDate and time the member was created
2023-02-26T18:58:36.154+03:00Date and time the member information was last modified
2024-02-26T18:58:36.154+03:00Date and time the member joined the workspace
2024-02-26T18:58:36.154+03:00Member's role in the workspace. GUEST - a guest invited to the space via a link, GUEST_CALLER - a guest invited to a call via a link
Possible values: [MEMBER, ADMIN, OWNER, GUEST, GUEST_CALLER]
ADMINpresence objectrequired
Information about the member's online status
Member is online
trueMember is on a call
trueDate and time the status was last changed
2024-02-26T18:58:36.154+03:00Member's time zone ID
Europe/MoscowMember's status in the workspace. ACTIVE - active, PENDING - awaiting acceptance of the join invite, SUSPENDED - the member has been removed from the space
Possible values: [ACTIVE, PENDING, SUSPENDED]
ACTIVEDate and time the member was removed from the workspace
2024-02-26T18:58:36.154+03:00{
"membershipId": "gIQffAsGi8",
"profile": {
"accountId": "AIQffAsGi8",
"email": "i.ivanov@example.ru",
"createdAt": "2023-02-26T18:58:36.154+03:00",
"updatedAt": "2024-02-26T18:58:36.154+03:00",
"fullName": "John A. Smith",
"accountType": "REGULAR",
"accountDetails": {
"position": "Analyst",
"department": "B2B",
"phoneNumber": "88001234567",
"location": "OFFICE",
"bio": "Do not disturb after 8 PM",
"status": "On a business trip",
"customFields": [
{
"key": "telegram",
"value": "@ivanov"
}
]
}
},
"createdAt": "2023-02-26T18:58:36.154+03:00",
"updatedAt": "2024-02-26T18:58:36.154+03:00",
"joinedAt": "2024-02-26T18:58:36.154+03:00",
"workspaceRole": "ADMIN",
"presence": {
"online": "true",
"onCall": "true",
"since": "2024-02-26T18:58:36.154+03:00"
},
"timeZone": "Europe/Moscow",
"memberStatus": "ACTIVE",
"leftAt": "2024-02-26T18:58:36.154+03:00"
}