Skip to main content

List org members

GET /v1/members

List org members

Credential. A dashboard session token only. An API key cannot call this — a key must never be able to mint another key.

curl --fail-with-body "https://api-833252724876.us-central1.run.app/v1/members" \
-H "Authorization: Bearer $JEAN_SESSION_TOKEN"

Response · 200

{
"members": [
{
"user_id": "usr_b2c3d4e5f6g7h8i9j0k1",
"email": "ada@example.com",
"role": "owner",
"created_at": "2026-01-15T09:30:00Z"
}
]
}

Errors

StatusMeaning
401Unauthenticated, invalid token or revoked key.
403Forbidden, session required or org required.
422Validation failed.
429Quota or rate limit exceeded; error.details says which, and when.
500Internal error; quote error.request_id when reporting it.

Every one carries the same envelope.

API overview · Full contract