Get Company Users
Company API
Get Company Users
Retrieve a list of users in your company
GET
Get Company Users
Overview
This endpoint returns information about all users associated with your company account, including their roles, activity status, and basic profile information.Authentication
Requires a valid OAuth 2.0 access token with theusers:read scope.
Request
Bearer token for authentication
Example Request
Response
Always
false for successful requestsSuccess message
Array of user objects
Success Response
Usage Notes
- Only basic user information is returned for security and privacy reasons
- Sensitive information like passwords, roles, and detailed permissions are not included
- Inactive users (is_active: false) are still returned but may have limited access
- The
last_activityfield helps identify active vs. inactive users - User management (creating, updating, deleting users) is not available through the external API