---
title: "Lists the customers holding platform relations, one cursor page at a time."
method: GET
path: "/authorization/relations/platform"
tags: ["Platform"]
---

# Lists the customers holding platform relations, one cursor page at a time.

`GET /authorization/relations/platform`

Returns every relation unless relation narrows it. Follow nextCursor to page.

## Query parameters

- `relation` 'Admin' | 'Viewer' — Relations on the singleton `platform` object. The model is hierarchical: `admin` folds into `viewer`.
- `cursor` string
- `page_size` integer

## Response `200`

OK

- GetPlatformRelationMembersEndpointCursorPagedResultOfOutput — A page of results identified by an opaque cursor rather than an offset. Used where the underlying store pages by continuation token and a total count is unavailable or expensive. string? CursorPagedResult&lt;T&gt;.NextCursor is null on the last page.
  - `items` GetPlatformRelationMembersEndpointOutput[], required
    - `customer` string, uuid, required — The customer holding the relation.
    - `email` string, required — The email address of the customer.
    - `organizationName` string, required — The name of the customer's active organization.
    - `organizationId` string, required — The identifier of the customer's active organization.
    - `scope` 'Platform' | 'Bidder', required
    - `relation` 'Admin' | 'Viewer', required — Relations on the singleton `platform` object. The model is hierarchical: `admin` folds into `viewer`.
    - `grantedAt` string, date-time, required — When the grant was written.
  - `nextCursor` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/revisions/e42ec51c7b88/schema)
