CreateUser |
Scroll |
REST URL (POST) https://tenant.thereforeonline.com/theservice/v0001/restun/CreateUser
SOAP Action (POST) http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/CreateUser
Create new user.
Input Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/CreateUser
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â–¡ Password |
xs:string |
nillable |
Sets password for user. |
â–¡ User |
|
nillable |
Sets the user/group properties. |
â–¡ Description |
xs:string |
nillable |
DEPRECATED: Don't use it. |
â–¡ DisplayName |
xs:string |
nillable |
Gets or sets the display name of the user or user group. |
â–¡ DomainName |
xs:string |
nillable |
Gets or sets the domain name of the user or user group. |
â–¡ InFolder |
xs:string |
nillable |
Gets or sets the name of the folder the user or user group belongs to. |
â–¡ SMTP |
xs:string |
nillable |
Gets or sets the SMTP email address of the user or user group. |
â–¡ UserName |
xs:string |
nillable |
Gets or sets the user name of the user or user group. |
â–¡ UserType |
|
nillable restriction enum (xs:string) - SingleUser (1) - UserGroup (2) - SystemUser (3) |
Gets or sets the type of the user or user group. Default is SingleUser. |
â– Disabled |
xs:boolean |
|
Gets or sets whether the user is disabled or not. |
â– OneTimePwd |
xs:boolean |
|
Gets or sets whether the user has to change his password on his next log in or not. |
Output Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/CreateUserResponse
<Empty message>
Legend:
â– |
Not nillable element. |
â–¡ |
Nillable element. |
≡ |
List of elements. |
Bold |
Mandatory element. |