API to manage groups in Ketryx
Last updated 3 days ago
Was this helpful?
Ketryx exposes an API to manage groups programmatically. See also the documentation on .
GET /api/v1/groups HTTP/1.1 Host: app.ketryx.com Accept: */*
Successful response
{ "groups": [ { "id": "text", "name": "text", "userMembers": [ { "userId": "text", "email": "text", "name": "text" } ], "groupMembers": [ { "groupId": "text" } ] } ] }