Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

As of Versionproduct version 2.4 | component version 1.0
Request MethodPOST
Response FormatJSON
Description

Update the data of the user with the id.
Required: user with role YUUVIS_TENANT_ADMIN

Request Example


PUT /api-tm/admin/users/05c979a5-1d05-4815-889d-f7bc005d227b HTTP/1.1

{
  "email": "bartonitz@optimal-systems.de"
  "userName":: "bartonitz",
, "firstName":: "Martin",
, "lastName":: "Bartonitz",
  "roles": ["role1","role2"],
  "enabled": true
}

Result Example

no result

Responses
Meaning of the response status codes:

200 OK

The data of the user with the id has been updated

401 UNAUTHORIZED

The call was unauthorized

  • No labels