Organization API: Org Staff Auth
Every Organization API operation tagged Org Staff Auth.
Base URL: https://api.coritan.com/api/v1. Paths below are complete.
To try these requests in the browser, open the interactive Organization API reference.
Operations
Section titled Operations| Method | Path | Summary |
|---|---|---|
| GET | /api/v1/orgs/{org_slug}/staff/team |
The people a ticket can be assigned to: every member of this brand |
The people a ticket can be assigned to: every member of this brand
Section titled The people a ticket can be assigned to: every member of this brandGET /api/v1/orgs/{org_slug}/staff/team
The people a ticket can be assigned to: every member of this brand.
Read-only and open to any staff member, because the assignee picker in the
inbox needs names and /members returns only ids. Members who have not set a
password yet are listed but flagged, so nobody hands a ticket to someone
who cannot sign in to see it.
Parameters
Section titled Parameters| Name | In | Type | Required |
|---|---|---|---|
org_slug |
path | string | yes |
Responses
Section titled Responses| Status | Meaning |
|---|---|
200 |
Success. |
422 |
The request is not valid. detail lists each problem. |