邀请成员
POST
https://api.flashcat.cloud/member/invite
最后修改时间:2025-03-31 11:19:01
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/member/invite?app_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"members": [
{
"email": "string",
"phone": "string",
"country_code": "string",
"member_name": "string",
"ref_id": "string",
"role_ids": [
0
]
}
]
}'
响应示例响应示例
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"items": [
{
"MemberID": 0,
"MemberName": "string"
}
]
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
返回响应
修改于 2025-03-31 11:19:01