Users

By Orqestra · Published September 2, 2026

Overview

The agents in your organization. Useful for resolving an agent id before assigning a chat or starting a session on someone’s behalf.

1 endpoint. Requires users.manage on the token.

MethodPathWhat it does
GET/usersList users

Endpoints

GET /users

List users

List all users (agents) in the organization. Requires `users.view` permission.

Requires the users.manage permission.

Example

curl -X GET "https://orqestra.id/api/v2/users" \
  -H "Authorization: Bearer $ORQESTRA_TOKEN"

Responds with 200 · 401 · 403. Try it in the playground →