API Reference
OIDC
Platform

Members

AdminUpdated Sep 11, 2026

Members

Dashboard API — authenticated by an Atlas console (platform-instance) session, not a key.

4 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.

Method & path

Idem

Explanation

GET /v1/dashboard/accounts/:accountId/members

List account members and their roles.

POST /v1/dashboard/accounts/:accountId/members

Add a member. Requires owner or admin.

PATCH /v1/dashboard/accounts/:accountId/members/:userId

Change a member's role. Demoting the last owner returns LAST_ADMIN.

DELETE /v1/dashboard/accounts/:accountId/members/:userId

Remove a member. Removing the last owner returns LAST_ADMIN.

Was this page helpful?