Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
// Successful request GET /api/v2/projects/6QfB7lwFMz8HyKzQeMye/user_groups 200 { "user_groups": [ { "id": 8, "name": "user-group-8", "description": "Sample user group for tests", "created_at": "2023-11-27T09:43:20.159Z", "updated_at": "2023-11-27T09:43:20.159Z", "users": [] } ] }
// If :project_id is not found GET /api/v2/projects/not-found-id/user_groups 404 { "error": "project not found" }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |