重置信息
POST
https://api.flashcat.cloud/member/info/reset
最后修改时间:2025-04-01 10:16:31
请求参数
Authorization
在 query 添加参数
app_key
示例:
app_key: ********************
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
member_id
integer
成员ID
member_name
string
成员名称
phone
string
成员手机号
email
string
成员邮件地址
ref_id
string
关联ID
updates
object
更新内容
phone
string
新手机号
country_code
string
新国家码
email
string
新邮件地址
member_name
string
新成员名称
locale
enum<string>
默认语言
枚举值:
zh-CNen-US
ref_id
string
关联ID
示例
{
"member_id": 0,
"member_name": "string",
"phone": "string",
"email": "string",
"ref_id": "string",
"updates": {
"phone": "string",
"country_code": "string",
"email": "string",
"member_name": "string",
"time_zone": "Asia/Shanghai",
"locale": "zh-CN",
"ref_id": "string"
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/member/info/reset?app_key' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
error
object (DutyError)
可选
code
enum<string>
错误码
枚举值:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
错误描述
示例
{
"error": {
"code": "InvalidParameter",
"message": "string"
}
}

添加官方技术人员微信
在这里,获得使用上的任何帮助,快速上手企业告警一站式响应平台FlashDuty


修改于 2025-04-01 10:16:31