Users (Optional)
Get Users
Fetch users/owners for assignment (optional endpoint)
GET
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.string
required
Unique identifier for the user in your CRM
string
required
Display name of the user
string
Email address of the user (optional, used for display)
Error Responses
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.