This product version has reached end of life and is no longer supported. Click here for the latest documentation.

Create a new platform user or updates a user that already exists.

Input parameters

Authentication : WebServiceSimpleAuthentication Record type.
The authentication required to use this API. Specify a valid platform username and password, or use the AuthenticationService API to acquire a session token.

Username : Text type.
The username of the platform user.

Password : Text type.
The password of the platform user.

EncryptPassword : Boolean type.
Specifies if the password of the platform user will be encrypted.

Name : Text type.
The name of the platform user.

Email : Email type.
Specifies if the password of the platform user will be encrypted.

RoleName : Text type.
The role to grant to the platform user.

Output parameters

Success : Boolean type.
True if the method was successful, False otherwise.

Status : APIStatus Record type.
The status of invoking this API action. In case of error, contains the error code and human-readable error messages.

PlatformUser : PlatformUser Record type.
A platform user.

See Also

Overview of LifeTime Services API | Authentication_GetToken Action