Skip to main content
GET
Get a User's Groups

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

userId
string
required

The id of the user to get the groups for.

Response

Request successful.

groups
object[] | null

An array of group objects.

groupUsers
object[] | null

An array that contains all users that are member in one of the groups.