Endpoint
Authentication
You need to obtain the Organization Auth Token from your EazyBe Workspace.Access EazyBe Workspace
Go to workspace.eazybe.com and log in as an organization admin.
Headers
| Header | Value |
|---|---|
Authorization | Bearer YOUR_ORGANIZATION_AUTH_TOKEN |
Code Examples
cURL
Node.js with Axios
Response Fields
| Field | Type | Description |
|---|---|---|
id | number | Unique identifier of the user |
name | string | Full name of the user |
email | string | Registered email address |
phone | string | Phone number in international format |
last_active | string (ISO Date) | Timestamp of user’s last activity |
Best Practices
Valid Token
Always use a valid Organization Auth Token
Secure Storage
Never expose credentials in public repositories or client-side code
Rate Limiting
Minimize polling frequency to avoid rate limits
Error Handling
Implement proper error handling in your application
If you have any questions or need further assistance, feel free to reach out to us at [email protected]. We’re happy to help!

