Skip to content

Retrieve all groups that a specific user belongs to

Request

Security
JWTAuthorizer
Path
emailstringrequired

User email

curl -i -X GET \
  'https://apidocs.trustgrid.io/_mock/user/{email}/groups' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
Array [
descriptionstring

Group Description

namestring

Group Name

uidstring

Group ID

]
Response
[ { "description": "string", "name": "string", "uid": "string" } ]