Users
List users
GET/zones/{zoneId}/users
Get user
GET/zones/{zoneId}/users/{id}
ModelsExpand Collapse
User = object { id, created_at, email, 8 more } An authenticated user entity
User = object { id, created_at, email, 8 more }
An authenticated user entity
id: string
Unique identifier of the user
created_at: string
Entity creation timestamp
formatdate-time
email: string
Email address of the user
formatemail
email_verified: boolean
Whether the email address has been verified
organization_id: string
Organization that owns this user
updated_at: string
Entity update timestamp
formatdate-time
zone_id: string
Zone this user belongs to
authenticated_at: optional string
Date when the user was last authenticated
issuer: optional string
Issuer identifier of the identity provider
provider_id: optional string
Reference to the identity provider. This field is undefined when the source identity provider is deleted but the user is not deleted.
subject: optional string
Subject identifier from the identity provider