Returns a list of all active users in your Portal.io dealer account. The response contains basic, non-sensitive information: user ID, first name, last name, email address, and the user’s permission group. This is a read-only endpoint designed for integrations that need to discover user IDs before assigning them as salespersons on proposals, or for syncing user data with external CRM and ERP systems.Documentation Index
Fetch the complete documentation index at: https://docs.portal.io/llms.txt
Use this file to discover all available pages before exploring further.
Request
GET /public/users
Headers
Must be
application/json.Your API Application Key.
Your User API Key.
Current UTC timestamp in RFC 7231 format (e.g.
Mon, 06 Apr 2026 00:22:19 GMT).HMAC-SHA256 signature of the canonical request, Base64-encoded.
Response
200 Success
Array of active user objects for the authenticated dealer account.
Total number of active users returned.
Error Codes
| Code | Meaning |
|---|---|
| 401 | Not authorized. Ensure valid HMAC authentication headers are provided. |
| 403 | Your user account does not have permission for this action. |
| 404 | No resource found with the given ID. |