GetUsersRequest

class baseten.client.managementapi.GetUsersRequest(*, cursor=None, limit=100, email=None)

Bases: BaseModel

Parameters:
  • cursor (str | None)

  • limit (Annotated[int | None, Ge(ge=1), Le(le=1000)])

  • email (str | None)

model_config = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].