v1

latestOpenAPI 3.0.0Open Government Licence v3.02026-07-23231323.7 KB
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

countinteger

Example response

{
  "groups": [
    {
      "created": "YYYY-MM-DD hh:mm:ssZ",
      "last_modified_date": "YYYY-MM-DD hh:mm:ssZ"
    }
  ]
}