Skip to content

POST Update Profile endpoint.

Endpoint

POST/web/v1/partner/profile/update WEB

Authentication

  • Chain: WEB
  • JWT Token: true
  • API Key: false
  • Permissions: []
  • Secure Channel: DISABLED

Rate Limit

120 requests per 60 seconds.

Headers

Frontend Headers

HeaderRequiredDescription
X-LOCALEYes用户的 locale
Accept-LanguageNo语言偏好

Cloudflare Headers

HeaderRequiredDescription
CF-Connecting-IPYesClient IP from Cloudflare
CF-IPCountryYesClient country code
CF-RayYesCloudflare Ray ID
CF-VisitorYesVisitor scheme
X-Real-IPYesReal client IP

Nginx Headers

HeaderRequiredDescription
X-PORTAL-ACCESS-CODEYesPortal access code
X-Real-IPYes客户端真实 IP
X-Forwarded-ForYes代理链
X-Forwarded-ProtoYes协议

Request Parameters

Body (JSON)

FieldTypeRequiredDescription
accountNameStringNo账户名称 (max 126)
accountPhoneStringNo账户电话 (max 25)
defaultLanguageStringNo默认语言 (max 10)
defaultTimezoneStringNo默认时区 (max 50)
defaultCountryStringNo默认国家 (max 10)

Response

200 OK

FieldTypeDescription
bizIdString业务 ID
institutionBizIdString门户业务 ID
accountEmailString账户邮箱
accountPhoneString账户手机号
accountNameString账户名称
accountRemarkString账户备注
accountPortalUserPortalType账户门户类型
accountStatusUserAccountStatus账户状态
createdAtInstant创建时间
updatedAtInstant更新时间
defaultLanguageString默认语言
defaultTimezoneString默认时区
defaultCountryString默认国家

Phase 3 Simulation

SlaunchX Internal Documentation