# Organization API: Org Staff Auth

> Every Organization API operation tagged Org Staff Auth.

Source: https://docs.coritan.com/api/reference/organizations/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](https://api.coritan.com/docs/org).

## Operations

| Method | Path | Summary |
| --- | --- | --- |
| GET | [`/api/v1/orgs/{org_slug}/staff/team`](#op-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 {#op-get-api-v1-orgs-org-slug-staff-team}

`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.

#### Parameters

| Name | In | Type | Required |
| --- | --- | --- | --- |
| `org_slug` | path | string | yes |

#### Responses

| Status | Meaning |
| --- | --- |
| `200` | Success. |
| `422` | The request is not valid. `detail` lists each problem. |
