Hanzo AI
OpenapiNetwork

List identities

Returns the fabric identities the caller's org owns.

GET /v1/network/identities

Addresshttps://api.hanzo.ai/v1/network/identities
MethodGET
Operationget_network_identities
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the fabric identities the caller's org owns.

One row per identity tagged with the org's "org-<org>" role attribute, each naming the IAM subject it logs in as.

A tenancy read over the full inventory, so like the mesh list it does NOT degrade: an unconfigured deployment answers 503.

Request

GET /v1/network/identities takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200network.identityListok
defaultproblem-detailsrefused

200 body — 5 fields.

FieldInTypeAlwaysDescription
identitiesbodynetwork.identityView[]Identities is one row per fabric identity tagged with the caller's org role.
identities[].externalIdbodystringExternalID is the IAM subject the identity logs in as: the controller admits a bearer whose sub equals it.
identities[].idbodystringID is the identity's fabric id — the key DELETE addresses.
identities[].namebodystringName is the identity's name within the org.
identities[].rolesbodystring[]Roles are the identity's role attributes as the fabric holds them: the "org-<org>" of every org it was ensured in, plus any org-scoped roles.

Failure carries the platform error shape — see Errors.

Examples

hanzo network identities list

Network API · All Hanzo APIs · Interactive reference

How is this guide?

On this page