SetUserInfoRequest
Props
applicationId
applicationId: number
 | undefined
The application ID. It is required if the user_name is specified
applicationName
applicationName: string
 | undefined
The application name that can be used instead of application_id
mobilePhone
mobilePhone: string
 | undefined
newUserName
newUserName: string
 | undefined
The new user name in format [a-z0-9][a-z0-9_-]{2,49}
parentAccounting
parentAccounting: false
 | undefined
 | true
Whether to use the parent account's money, 'false' to use a separate user balance
userActive
userActive: false
 | undefined
 | true
Whether the user is active. Inactive users cannot log in to applications
userCustomData
userCustomData: string
 | undefined
Any string
userDisplayName
userDisplayName: string
 | undefined
The new user display name. The length must be less than 256
userId
userId: number
The user to edit
userName
userName: string
The user name that can be used instead of user_id
userPassword
userPassword: string
 | undefined
The new user password. Must be at least 8 characters long and contain at least one uppercase and lowercase letter, one number, and one special character