public static final class CreateUsersRequest.Users.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateUsersRequest.Users |
build() |
CreateUsersRequest.Users.Builder |
email(String email)
The email address of the convenience user.
|
CreateUsersRequest.Users.Builder |
endUserId(String endUserId)
The username of the convenience user.
|
CreateUsersRequest.Users.Builder |
groupIdList(List<String> groupIdList)
GroupIdList.
|
CreateUsersRequest.Users.Builder |
orgId(String orgId)
The organization to which the convenience user belongs.
|
CreateUsersRequest.Users.Builder |
ownerType(String ownerType)
The type of the account ownership.
|
CreateUsersRequest.Users.Builder |
password(String password)
The user password.
|
CreateUsersRequest.Users.Builder |
phone(String phone)
Mobile numbers are not supported on the international site (alibabacloud.com).
|
CreateUsersRequest.Users.Builder |
realNickName(String realNickName)
The display name of the end user.
|
CreateUsersRequest.Users.Builder |
remark(String remark)
The remarks on the convenience user.
|
public CreateUsersRequest.Users.Builder email(String email)
The email address of the convenience user. The email address is used to receive notifications about events such as desktop assignment. You must specify an email address or a mobile number to receive notifications.
example:public CreateUsersRequest.Users.Builder endUserId(String endUserId)
The username of the convenience user. The name can contain lowercase letters, digits, and underscores (_), and must be 3 to 24 characters in length.
This parameter is required.
example:test1
public CreateUsersRequest.Users.Builder groupIdList(List<String> groupIdList)
public CreateUsersRequest.Users.Builder orgId(String orgId)
The organization to which the convenience user belongs.
example:1111****
public CreateUsersRequest.Users.Builder ownerType(String ownerType)
The type of the account ownership.
Valid values:
Normal
public CreateUsersRequest.Users.Builder password(String password)
The user password.
example:The password must be at least 10 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters (excluding spaces).
password1
public CreateUsersRequest.Users.Builder phone(String phone)
Mobile numbers are not supported on the international site (alibabacloud.com).
example:1381111****
public CreateUsersRequest.Users.Builder realNickName(String realNickName)
The display name of the end user.
example:Bean
public CreateUsersRequest.Users.Builder remark(String remark)
The remarks on the convenience user.
example:remark1
public CreateUsersRequest.Users build()
Copyright © 2026. All rights reserved.