Parameter | Description |
---|---|
Include Removed Users | Whether to return removed members. |
Limit | Number of results to return per call. The default for this field is 1000. |
{
"members": [
{
"profile": {
"team_member_id": "<string>",
"account_id": "<string>",
"email": "<string>",
"email_verified": true,
"secondary_emails": [],
"status": {
".tag": "<string>"
},
"name": {
"given_name": "<string>",
"surname": "<string>",
"familiar_name": "<string>",
"display_name": "<string>",
"abbreviated_name": "<string>"
},
"membership_type": {
".tag": "<string>"
},
"joined_on": "<string>",
"groups": [
"<string>"
],
"member_folder_id": "<string>",
"root_folder_id": "<string>"
},
"role": {
".tag": "<string>"
}
}
],
"cursor": "<string>",
"has_more": false
}
Was this page helpful?