Hanzo
OpenapiO11y

Lists the org's members with their single legacy role.

Lists the org's members with their single legacy role.

GET /v1/o11y/user

Addresshttps://api.hanzo.ai/v1/o11y/user
MethodGET
OperationListUsersDeprecated
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the org's members with their single legacy role. Deprecated in favor of listUsers, which answers without the role. Admin gate.

Request

GET /v1/o11y/user takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200o11y.O11yDeprecatedUsersOutok

200 body — 11 fields.

FieldInTypeAlwaysDescription
databodyo11y.O11yDeprecatedUser[]Data holds the members.
data[].createdAtbodystring (date-time)CreatedAt is when they joined.
data[].displayNamebodystringDisplayName is what the console shows for them.
data[].emailbodystringEmail is their address.
data[].idbodystringID is the user id.
data[].isRootbodybooleanIsRoot marks the org's root user.
data[].orgIdbodystringOrgID is the org they belong to.
data[].rolebodystringRole is their legacy role — ADMIN, EDITOR or VIEWER.
data[].statusbodystringStatus is their lifecycle state — active, pending_invite or deleted.
data[].updatedAtbodystring (date-time)UpdatedAt is when their record last changed.
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y user list

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page