Skip to content
Coritan Docs

Organization API: Org Staff Auth

Every Organization API operation tagged Org Staff Auth.

View as Markdown

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.

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 brand

GET /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.

Name In Type Required
org_slug path string yes
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.