亮色模式
Create invite
POST
https://api.openai.com/v1/organization/invitesRequest
Header 参数
Authorization
string
必需
示例值:
Bearer $OPENAI_ADMIN_KEY
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
email
string
必需
Send an email to this address
role
string
必需
owner
or reader
示例
{
"email": "user@example.com",
"role": "owner"
}
Request samples
返回响应
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
数据结构
object {0}
示例
未设置
最后修改时间: 10 天前