Creates or updates a user in the OutSystems Platform. Requires UserManager role assigned to the logged user. Returns the id of the user created or updated.

Throws an exception when the logged user does not have assigned the UserManager role.

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