nooks
GitHubInstall
People and groups

List groups

ListGroups returns every Group, with who is in it.

GET
/api/v1/groups

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/groups"
{  "groups": [    {      "uid": "string",      "name": "string",      "members": [        {          "uid": "string",          "name": "string",          "email": "string",          "role": "ROLE_UNSPECIFIED",          "mustChangePassword": true,          "createdAt": "string",          "lastSignedInAt": "string"        }      ],      "listNames": [        "string"      ]    }  ]}