Users (Optional)
Get Users
Fetch users/owners for assignment (optional endpoint)
GET
Documentation Index
Fetch the complete documentation index at: https://docs.enginy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your Implementation Required
This endpoint must be implemented on your server
Optional Endpoint: This endpoint is optional. If not implemented, Enginy will gracefully disable owner
selection features. Return
404, 501, or 405 to indicate the endpoint is not available.Detection
When you connect your Custom CRM to Enginy, we test this endpoint:- 2xx response - Users feature enabled, owner selection available in exports
- 404/501/405 - Users feature disabled gracefully (not an error)
- Other errors - Users feature disabled, connection proceeds normally
Request
No request body required. Enginy will send the API key in the configured header.Response
Return an array of user objects.Unique identifier for the user in your CRM
Display name of the user
Email address of the user (optional, used for display)
Error Responses
| Status | Meaning |
|---|---|
200 | Success - users returned |
401 | Invalid or missing API key |
404 | Endpoint not implemented (disables owner selection) |
405 | Method not allowed (disables owner selection) |
501 | Not implemented (disables owner selection) |
500 | Server error |
Usage
When users are available, Enginy shows an owner dropdown in:- Export modal (assign owner to exported contacts)
- Task creation (assign task owner)
- Activity logging (associate activities with owners)
id field from your response will be sent back when creating tasks or activities that should be assigned to a specific owner.