GET
Get Company Users

Overview

This endpoint returns basic profile information and activity status for all users associated with your company account.

Authentication

Requires a valid OAuth 2.0 access token with the users:read scope.

Request

string
required
Bearer token for authentication

Example Request

Response

boolean
Always false for successful requests
string
Success message
array
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_activity field helps identify active vs. inactive users
  • User management (creating, updating, deleting users) is not available through the external API

Error Responses