# Organization API: Org Ticket Requests

> Every Organization API operation tagged Org Ticket Requests.

Source: https://docs.coritan.com/api/reference/organizations/org-ticket-requests/

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/me/server-access`](#op-get-api-v1-orgs-org-slug-staff-me-server-access) | My server access |
| POST | [`/api/v1/orgs/{org_slug}/staff/me/server-access/{server_uuid}/leave`](#op-post-api-v1-orgs-org-slug-staff-me-server-access-server-uuid-leave) | Stop being a subuser on a server |

### My server access {#op-get-api-v1-orgs-org-slug-staff-me-server-access}

`GET /api/v1/orgs/{org_slug}/staff/me/server-access`

The servers the caller's own storefront account is a subuser on, whether
lent by a ticket or shared by a customer some other way.

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

### Stop being a subuser on a server {#op-post-api-v1-orgs-org-slug-staff-me-server-access-server-uuid-leave}

`POST /api/v1/orgs/{org_slug}/staff/me/server-access/{server_uuid}/leave`

Stop being a subuser on a server. A ticket that lent the access says so.

#### Parameters

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

#### Responses

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