Update a user in a realm
PUT/user/:realm/users
Update a user in a realm
Request
Path Parameters
realm stringrequired
Header Parameters
Authorization string
X-Forwarded-Proto string
X-Forwarded-Host string
- application/json
Body
Array [
]
realmstring
realmIdstring
idstring
firstNamestring
lastNamestring
emailstring
enabledboolean
createdOndate-time
secretstring
attributes
object
property name*
string[]
string
serviceAccountboolean
usernamestring
Possible values: >= 3 characters and <= 255 characters, Value must match regular expression ^(?=[\p{IsLatin}|\p{IsCommon}]+$)(?=[^<>&"'\s\v\h$%!#?§,;:*~/\\|^=\[\]{}()\p{Cntrl}]+$).*$`
Responses
- default
default response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
realmstring
realmIdstring
idstring
firstNamestring
lastNamestring
emailstring
enabledboolean
createdOndate-time
secretstring
attributes
object
property name*
string[]
string
serviceAccountboolean
usernamestring
Possible values: >= 3 characters and <= 255 characters, Value must match regular expression ^(?=[\p{IsLatin}|\p{IsCommon}]+$)(?=[^<>&"'\s\v\h$%!#?§,;:*~/\\|^=\[\]{}()\p{Cntrl}]+$).*$`