remiges-tech / idshield

Keycloak based authentication, authorization and user management service
0 stars 5 forks source link

WSC: userupdate() #4

Open remiges-aniket opened 11 months ago

remiges-aniket commented 11 months ago

Request

{
  "id": "df84nsd...",
  "username": "johns",
  "email": "john@example.com",
  "firstName": "John",
  "lastName": "Smith",
  "emailVerified": true,
  "attributes": {
    "vendor": true
  },

where

Response

On success, an empty object will be returned.

Reference : userupdate()