/v1/users/{id}/groups/
id
{ "type": "array", "items": { "description": "api_group", "type": "object", "properties": { "id": { "description": "The group's unique id", "type": "string" }, "name": { "description": "The group name", "type": "string" }, "sid": { "description": "The group's SID", "type": "string" }, "gid": { "description": "The group's NFS gid", "type": "string" } } } }