Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyTypein Creation Request Bodiesin Update Request Bodiesin Response BodiesDescription
idstringIgnored.Ignored.Included.The ID of the user for identification in the identity management system and in yuuvis® Momentum.
emailstringRequired if invitation via email is desired.

Optional, unchanged if not specified.

Included if available.The e-mail address of the user.
firstNamestringOptional.Optional, unchanged if not specified.Included if available.The first name of the user.
lastNamestringOptional.Optional, unchanged if not specified.Included if available.The last name of the user.
roleslist of string role namesOptional.

Optional, unchanged if not specified.

Note: Changes can be applied also by assigning/removing groups.

Included if available. Includes roles assigned via groups if available.A list of roles defined in the identity management system that are assigned to the user.
groupslist of string group namesOptional.Optional, removed from data set if not specified. (question)Included if available.A list of groups defined in the identity management system in which the assigned user is a member.
usernamestringRequired.Optional, unchanged if not specified.Included.The username of the user.
enabledbooleanOptional, default: true.Optional, unchanged if not specified.Included.Specifies whether the user is allowed to log in (true) or not (false).
createdTimestampdatetime/ string(question)Ignored.Ignored.Included.Date and time of user creation in the identity provider. (question)

User Account Data Sets

For each user account represented in a request or response body, its properties are specified in JSON format. The order of the individual properties within one data set is arbitrary.

...