Data class containing general information about user.
name | data type | constraints | description |
---|---|---|---|
guid | string | ||
name | string | ||
description | string | ||
deletable | boolean | required | |
defaultLdapGroup | boolean | required | |
defaultKeycloakGroup | boolean | required |
Example
{ "guid" : "...", "name" : "...", "description" : "...", "deletable" : true, "defaultLdapGroup" : true, "defaultKeycloakGroup" : true }