Hanzo
OpenapiBilling

Answers one billing account's roster.

Answers one billing account's roster. commerce stores no roster — that is IAM's — so the only member it can name is the caller, and that is what comes…

GET /v1/billing/accounts/{id}/members

Addresshttps://api.hanzo.ai/v1/billing/accounts/{id}/members
MethodGET
Operationget_billing_accounts_by_id_members
AuthAuthorization: Bearer $HANZO_API_KEY

Answers one billing account's roster.

commerce stores no roster — that is IAM's — so the only member it can name is the caller, and that is what comes back. What it does enforce is that the account named in the path is the caller's own: a foreign id is 403, not an empty list, because "no members" and "not your account" are different answers.

A named handler, not a closure, so zipdoc can lift this prose into the registry.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the billing account id, which for this store is the org's own id.

Response

StatusBodyMeaning
200Holder[]ok

200 body — 5 fields.

FieldInTypeAlwaysDescription
[].addedAtbodystring
[].emailbodystring
[].idbodystring
[].rolebodystring
[].userIdbodystring

Failure carries the platform error shape — see Errors.

Examples

hanzo billing accounts members <id>

Billing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page