Description
Adds Address Manager users.
Parameters
Name | Description |
---|---|
password |
Location: query Type: string The Address Manager password for the user. The password must be set even if the authenticator property option is defined. |
properties |
Location: query Type: string A string containing user-defined fields and options listed in List of options. You can separate multiple property values with pipe character (|), for example, my $properties = “email=$email phoneNumber=$tel authenticator=1368969 userAccessType=$accessType”Note: You must add a pipe character at the end of the properties string.
|
username |
Location: query Type: string The name of the user. |
Responses
Code | Description |
---|---|
201 |
Type: number Returns the object ID for the new Address Manager user. |