DelUserRequest
Props
applicationId
applicationId: number
| undefined
Delete the specified users bound to the application ID. It is required if the user_name is specified
applicationName
applicationName: string
| undefined
Delete the specified users bound to the application name. Can be used instead of the application_id parameter
userId
userId: any
| number
| number[]
The user ID list separated by semicolons (;). Use the 'all' value to select all users
userName
userName: string
| string[]
The user name list separated by semicolons (;) that can be used instead of user_id