Create user

Create a new user. Username must be unique.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

realmstringRequired

Request

This endpoint expects an object.
organizationslist of stringsOptional
idstringOptional
usernamestringOptional
firstNamestringOptional
lastNamestringOptional
emailstringOptional
emailVerifiedbooleanOptional
attributesmap from strings to lists of stringsOptional
userProfileMetadataobjectOptional
enabledbooleanOptional
selfstringOptional
originstringOptional
createdTimestamplongOptional
totpbooleanOptional
serviceAccountClientIdstringOptional
credentialslist of objectsOptional
disableableCredentialTypeslist of stringsOptional
requiredActionslist of stringsOptional
federatedIdentitieslist of objectsOptional
realmRoleslist of stringsOptional
clientRolesmap from strings to lists of stringsOptional
clientConsentslist of objectsOptional
notBeforeintegerOptional
groupslist of stringsOptional
accessmap from strings to booleansOptional
applicationRolesmap from strings to lists of stringsOptionalDeprecated

Response

Created

Errors