Skip to main content
The Active User API allows you to fetch a list of users who have recently been active within your organization. This is useful for monitoring team activity and engagement.
Avoid excessive polling of this API. Use responsibly to maintain system performance.

Endpoint

Authentication

You need to obtain the Organization Auth Token from your EazyBe Workspace.
1

Access EazyBe Workspace

Go to workspace.eazybe.com and log in as an organization admin.
2

Navigate to Organization Page

Access the Organization page from the admin dashboard.Organization Page
3

Copy Auth Token

The Organization Auth Token will be displayed on this page. Copy it for API use.Auth Token Location

Headers

Code Examples

cURL

Node.js with Axios

Response Fields

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 hey@eazybe.com. We’re happy to help!