Users
Get groups for a user
Gets the details of groups that a given user is a member
get/users/{id}/groups
Path parameters
idstring required
the users id
Response
The user groups details
Example response
{
"groups": [
{
"created": "YYYY-MM-DD hh:mm:ssZ",
"last_modified_date": "YYYY-MM-DD hh:mm:ssZ"
}
]
}