Parameter | Description |
---|---|
Include Count | Include the number of users in the User Group. |
User Group ID | The ID of the User Group to update. |
User IDs | A comma separated string of encoded user IDs that represent the entire list of users for the User Group. |
{
"ok": true,
"usergroup": {
"id": "<string>",
"team_id": "<string>",
"is_usergroup": true,
"is_subteam": true,
"name": "<string>",
"description": "<string>",
"handle": "<string>",
"is_external": false,
"date_create": 3225749614,
"date_update": 1308635598,
"date_delete": 2,
"auto_type": null,
"auto_provision": false,
"enterprise_subteam_id": "<string>",
"created_by": "<string>",
"updated_by": "<string>",
"deleted_by": null,
"is_section": false,
"prefs": {
"channels": [],
"groups": []
},
"users": [
"<string>"
],
"channel_count": 0
},
"warning": "<string>",
"response_metadata": {
"warnings": [
"<string>"
]
}
}
Was this page helpful?