AuditLogEventUserJoinedOrganization¶ class baseten.client.managementapi.AuditLogEventUserJoinedOrganization(*, event_type, new_user_email, user_id)¶ Bases: BaseModel Parameters: event_type (Literal['USER_JOINED_ORGANIZATION']) new_user_email (str) user_id (str) model_config = {'extra': 'forbid'}¶ Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].