OpenAI API

InviteDeleteResponse

object
objectstringrequired

The object type, which is always organization.invite.deleted

Allowed values:organization.invite.deleted

idstringrequired
deletedbooleanrequired
Example

InviteListResponse

object
objectstringrequired

The object type, which is always list

Allowed values:list

dataarray[object]required

Represents an individual invite to the organization.

Show Child Parameters
first_idstring

The first invite_id in the retrieved list

last_idstring

The last invite_id in the retrieved list

has_moreboolean

The has_more property is used for pagination to indicate there are additional results.

Example

InviteRequest

object
emailstringrequired

Send an email to this address

rolestringrequired

owner or reader

Allowed values:readerowner

projectsarray[object]

An array of projects to which membership is granted at the same time the org invite is accepted. If omitted, the user will be invited to the default project for compatibility with legacy behavior.

Show Child Parameters
Example

ListAssistantsResponse

object
objectstringrequired

Example:list

dataarray[object]required

Represents an assistant that can call the model and use tools.

Show Child Parameters
first_idstringrequired

Example:asst_abc123

last_idstringrequired

Example:asst_abc456

has_morebooleanrequired
Example

ListAuditLogsResponse

object
objectstringrequired

Allowed values:list

dataarray[object]required

A log of a user action or configuration change within this organization.

Show Child Parameters
first_idstringrequired

Example:audit_log-defb456h8dks

last_idstringrequired

Example:audit_log-hnbkd8s93s

has_morebooleanrequired
Example