跳转至

账号-修改



POST /api/v1/account/{account_uuid}/modify

概述

路由参数

参数名 类型 必选 说明
account_uuid string Y 账号的UUID

Body 请求参数

参数名 类型 必选 说明
name string 昵称
例子: supper_man
允许为空: False
mobile string 手机号
例子: 18621000000
允许为空: False
允许空字符串: True
username string 登录账号
例子: username
允许为空: False
email string 邮箱
例子: email
允许为空: False
允许空字符串: True
最大长度: 256
password string 密码
例子: xxxx
允许为空: False
tokenHoldTime integer 无操作会话保持时长(秒级单位, 默认1440分钟, 86400秒)
例子: 604800
允许为空: False
允许空字符串: False
$minValue: 1800
$maxValue: 604800
tokenMaxValidDuration integer 登录会话最大保持时长(秒级单位, 默认7天, 604800秒)
例子: 2592000
允许为空: False
允许空字符串: False
$minValue: 60
$maxValue: 2592000
attributes json 账号的属性信息(json结构, KV结构, V部分尽量使用字符串)
例子: {'部门': 'A部门'}
允许为空: False

参数补充说明

响应


文档评价

文档内容是否对您有帮助? ×