MemberListPublicV1Response
List of workspace members
members object[]
Array [
memberIdstring
profile object
Member profile information
profileIdstring
primaryEmailstring
fullNamestring
typeAccountType (string)
Account type
Possible values: [REGULAR, BOT, VOICE_BOT, INTEGRATION_BOT, GUEST_ACCOUNT]
Example:
REGULARdetails object
Additional information about the user
positionstring
departmentstring
phoneNumberstring
locationAccountLocation (string)
Member status
Possible values: [LOCATION_NOT_SET, OFFICE, HOME, VACATION]
roleTypeMemberRoleType (string)
Workspace member role
Possible values: [MEMBER, ADMIN, OWNER, GUEST, GUEST_CALLER]
presence object
isOnlineboolean
isOnCallboolean
lastSeenAtstring<date-time>
statusMemberStatus (string)
Account status
Possible values: [PENDING, ACTIVE, SUSPENDED]
]
MemberListPublicV1Response
{
"members": [
{
"memberId": "string",
"profile": {
"profileId": "string",
"primaryEmail": "string",
"fullName": "string",
"type": "REGULAR",
"details": {
"position": "string",
"department": "string",
"phoneNumber": "string",
"location": "LOCATION_NOT_SET"
}
},
"roleType": "MEMBER",
"presence": {
"isOnline": true,
"isOnCall": true,
"lastSeenAt": "2024-07-29T15:51:28.071Z"
},
"status": "PENDING"
}
]
}