public class CreateUserRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateUserRequest() | 
| CreateUserRequest(CreateUserRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Get User description, which contains up to 1024 characters. | 
| String | getDisplayName()Get Display name of the user, which contains up to 256 characters. | 
| String | getEmail()Get Email address of the user, which must be unique within the directory and contains up to 128 characters. | 
| String | getFirstName()Get Last name of the user, which contains up to 64 characters. | 
| String | getLastName()Get First name of the user, which contains up to 64 characters. | 
| String | getUserName()Get User name, which must be unique within the space and cannot be modified. | 
| String | getUserStatus()Get User status. | 
| String | getUserType()Get User type. | 
| String | getZoneId()Get Space ID. | 
| void | setDescription(String Description)Set User description, which contains up to 1024 characters. | 
| void | setDisplayName(String DisplayName)Set Display name of the user, which contains up to 256 characters. | 
| void | setEmail(String Email)Set Email address of the user, which must be unique within the directory and contains up to 128 characters. | 
| void | setFirstName(String FirstName)Set Last name of the user, which contains up to 64 characters. | 
| void | setLastName(String LastName)Set First name of the user, which contains up to 64 characters. | 
| void | setUserName(String UserName)Set User name, which must be unique within the space and cannot be modified. | 
| void | setUserStatus(String UserStatus)Set User status. | 
| void | setUserType(String UserType)Set User type. | 
| void | setZoneId(String ZoneId)Set Space ID. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateUserRequest()
public CreateUserRequest(CreateUserRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Space ID.public String getUserName()
public void setUserName(String UserName)
UserName - User name, which must be unique within the space and cannot be modified. It contains up to 64 characters, including digits, English letters, and special characters such as plus signs (+), equal signs (=), commas (,), periods (.), at signs (@), hyphens (-), and underscores (_).public String getFirstName()
public void setFirstName(String FirstName)
FirstName - Last name of the user, which contains up to 64 characters.public String getLastName()
public void setLastName(String LastName)
LastName - First name of the user, which contains up to 64 characters.public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName - Display name of the user, which contains up to 256 characters.public String getDescription()
public void setDescription(String Description)
Description - User description, which contains up to 1024 characters.public String getEmail()
public void setEmail(String Email)
Email - Email address of the user, which must be unique within the directory and contains up to 128 characters.public String getUserStatus()
public void setUserStatus(String UserStatus)
UserStatus - User status. Valid values: Enabled (default), Disabled.public String getUserType()
public void setUserType(String UserType)
UserType - User type. Manual: manually created, Synchronized: imported from external sources.Copyright © 2025. All rights reserved.