Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
// Successful request GET /api/v2/collections/NqBS2omjhF98MdwJP1QB/users 200 { "users": [ { "id": 12, "first_name": null, "last_name": null, "email": "admin-user-12@example.com", "user_role": { "name": "admin" } } ] }
// If :collection_id is not found GET /api/v2/collections/not-found-id/users 404 { "error": "collection not found" }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |