OpenAI::User
Inherits JSON::Serializable < Reference < Object
Represents an individual user within an organization.
Constructors
new(pull : JSON::PullParser)
Sourcenew(object : UserObject = UserObject::OrganizationUser, id : String = "", name : String = "", email : String = "", role : UserRole = UserRole::Owner, added_at : Int64 = 0)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source