Skip to main content

Create or update users for tenant

PUT 

/v1/:tenantName/users

Create or update users for tenant. Based on query parameter you can update multiple things. Max one query parameter allowed. AddUser creates a new user, updateRoles updates users role, updateAttributes updates users attributes in keycloak, changePassword updates users password. If no query parameter specified the user will be updated. If more than one query parameters is accidentally added it will only take the first one.

Request

Responses

OK, user created or updated