List members
Cursor-paginated list of the credential's organization members, newest membership first.
Cursor-paginated list of the credential's organization members, newest membership first.
Authorization
bearerAuth A gid_ API key (Settings → API keys) or an OAuth 2.1 access token.
In: header
Query Parameters
Maximum number of items to return (1-100).
1 <= value <= 10025Opaque cursor from a previous page's next_cursor — omit for the first page. Reusing a cursor with DIFFERENT query parameters (e.g. a different limit) answers 400 validation_failed.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/members"{ "data": [ { "id": "string", "user": { "id": "string", "email": "string", "name": "string" }, "role": "string", "created_at": "2019-08-24T14:15:22Z" } ], "has_more": true, "next_cursor": "string"}Remove an entry from the board DELETE
Removes a board entry (the task itself is untouched), mirroring the in-app remove: a parent entry takes its subtasks' entries on the same board with it. An entry from another organization or user answers 404 `resource_not_found`.
List organizations GET
Lists the organizations this credential can access. A credential is bound to exactly one organization today, so the list always fits one page.