Skip to content
Get started

Users

List all users
client.Users.List(ctx, query) (*CursorPagination[User], error)
get/users
Get a user by ID
client.Users.Get(ctx, id) (*User, error)
get/users/{id}
ModelsExpand Collapse
type User struct{…}
ID string

Unique identifier with user_ prefix

CreatedAt Time

Timestamp when the user was created

formatdate-time
Email string

Email address of the user

formatemail
FirstName string

First name of the user

LastName string

Last name of the user

UpdatedAt Time

Timestamp when the user was last updated

formatdate-time