Get Member Groups
GET {{baseUrl}}/api/v1/users/:userId/groups?after=<string>&limit=<integer>
Fetches the groups of which the user is a member.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
after | string | Specifies the pagination cursor for the next page of apps | |
limit | string | Specifies the number of results for a page |