Skip to content
Get started

Users

List all users
users.list(UserListParams**kwargs) -> SyncCursorPagination[User]
get/users
Get a user by ID
users.retrieve(strid) -> User
get/users/{id}
ModelsExpand Collapse
class User:
id: str

Unique identifier with user_ prefix

created_at: datetime

Timestamp when the user was created

formatdate-time
email: str

Email address of the user

formatemail
first_name: str

First name of the user

last_name: str

Last name of the user

updated_at: datetime

Timestamp when the user was last updated

formatdate-time