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

Creates an user in the OutSystems Platform. Requires UserManager role assigned to the logged user. Returns the identifier of the user created.

Throws an exception when the logged user does not have assigned the UserManager role, or the username of the User already exists.

Input parameters

User : mandatory; User Record type.

Output parameters

UserId : User Identifier type.
The identifier of the user created or updated specified by User.

See Also

Users API Overview