The Users service returns the users that belong to the authenticated dealer account.
Use these endpoints to discover the users who can be referenced by other public workflows.
Returns a list of all active users within the authenticated caller's account. The response includes basic, non-sensitive user details: user ID, first name, last name, email address, and the user's permission group. This is a read-only endpoint intended for integrations that need to look up user IDs before assigning them as salespersons on proposals or for syncing user data with external systems.
Success
Not Authorized. Ensure a valid session cookie or HMAC authentication headers are provided.
You do not have permission for this action.
No resource exists with the given ID.
{- "users": [
- {
- "firstName": "string",
- "lastName": "string"
}
], - "usersCount": 0
}