-
Notifications
You must be signed in to change notification settings - Fork 1
CreateUserRequestBody
Víctor Cañizares edited this page Dec 14, 2020
·
1 revision
Name | Type | Description | Notes |
---|---|---|---|
username | String | Username of the user | |
auth | AuthEnum | Authentication type | |
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. |
Name | Value |
---|---|
LDAP | "ldap" |
SAML | "saml" |