List Users
Users
List Users
Get all users in an organization
GET
List Users
Description
Returns all users belonging to an organization with their permissions, usage statistics, and account details.Authentication
Your Teli API key
Path Parameters
Organization unique_id
Response Fields
Whether the request was successful
Total number of users
Array of user objects
Always returns “Teli”
Example Request
cURL
Example Response
200
500 (Server Error)
Permission Levels
Admin
- Can view all organization resources
- Can create/modify all campaigns and agents
- Can see all users’ data
- Can manage organization settings
User
- Can only view their own resources
- Can create campaigns and agents (visible only to them)
- Cannot see other users’ data
- Cannot manage organization settings
Notes
- Each user record is scoped to a single organization
- The same email can exist across multiple organizations, each with its own
unique_idand permissions - Usage metrics are tracked per user for billing
- Admin permission grants organization-wide visibility
- When referencing a user in API calls, always use the
unique_id, not the email address

