List Workspace Users
Retrieves a list of all users in your current workspace.
GET
List Workspace Users
List users who belong to the current workspace. This is useful for internal admin tooling, audit views, and choosing users for campaign completion notifications.
Query guidance
- Use
limitandoffsetfor pagination. - Keep the API key server-side; do not call this endpoint from browser code.
- Cache lightly if you show this in dashboards because workspace membership changes infrequently.
Common follow-up
Campaign APIs can notify selected users when a campaign completes. Use this endpoint to identify the user IDs available in the workspace.Headers
(Required) Your Ringg AI API key.
Example:
"7251cb4b-3373-43a4-844c-b27a1d45e0c9"
Query Parameters
Number of items to return (default: 20, max: 100).
Example:
50
Number of items to skip (default: 0).
Example:
20
Response
Successful Response: A list of users in the workspace.
List Workspace Users
