Skip to content

CreateUserRequestBody

Víctor Cañizares edited this page Dec 14, 2020 · 1 revision

CreateUserRequestBody

Properties

Name Type Description Notes
username String Username of the user
auth AuthEnum Authentication type
email String Email of the user
firstName String First name of the user
lastName String Last name of the user
roleGroups List<String> List of roles' refs to assign to the user. Can be an empty list.

Enum: AuthEnum

Name Value
LDAP "ldap"
SAML "saml"
Clone this wiki locally