Skip to content

Account - Modify



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

Overview

Route Parameters

Parameter Name Type Required Description
account_uuid string Y UUID of the account

Body Request Parameters

Parameter Name Type Required Description
name string Nickname
Example: supper_man
Allow empty: False
mobile string Phone number
Example: 18621000000
Allow empty: False
Allow empty string: True
username string Login account
Example: username
Allow empty: False
email string Email
Example: email
Allow empty: False
Allow empty string: True
Maximum length: 256
password string Password
Example: xxxx
Allow empty: False
tokenHoldTime integer Inactive session hold duration (in seconds, default 1440 minutes, 86400 seconds)
Example: 604800
Allow empty: False
Allow empty string: False
$minValue: 1800
$maxValue: 604800
tokenMaxValidDuration integer Maximum login session duration (in seconds, default 7 days, 604800 seconds)
Example: 2592000
Allow empty: False
Allow empty string: False
$minValue: 60
$maxValue: 2592000
attributes json Account attribute information (JSON structure, KV structure, V part should preferably be strings, suitable for automatic updates during SSO login)
Example: {'department': 'Department A'}
Allow empty: False
customAttributes json Custom account attribute information (JSON structure, KV structure, V part should preferably be strings, only applicable for business-side updates)
Example: {'department': 'Department A'}
Allow empty: False

Additional Parameter Notes

Response


Feedback

Is this page helpful? ×