Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue
idDONErDOC

Product Version
Report Note
AssigneeMartin

Resources & Remarks

  • Version 2.4 - options" ...  "synchronousContentAnalysis": true (OKTO-4309)

Modification History

NameDateProduct VersionAction
Antje08 FEB 20212.4New page properties macro.
Antje12 FEB 20212020 WinterrDOC



no result
As of Versionproduct version 2.4 2020 Winter | component version 1.0
Request MethodPOSTPUT
Response FormatJSONHTTP status code
Description


Excerpt
Update
Updates the data of the user
with the
specified by id.


Required : user with role: YUUVIS_TENANT_ADMIN

Meaning of the response status codes:


HTTP Status CodeMeaning
200 OKSuccessful, the data for the specified user have been updated.
401 UNAUTHORIZEDThe call was unauthorized.


Request Example


Panel

PUT /api-tm/admin/users/05c979a5a99a0bb1-1d052345-48156c77-889d8901-f7bc005d227b 22dee3f4a567 HTTP/1.1

{
  "id": "a69a0eb6-3662-4c00-8096-38fbb2c4a922",
  "email": "
bartonitz@optimal-systemsexample@exampleprovider.de"
  "userName":: "
bartonitzmrexample",
, "firstName":: "
MartinExamplename",
, "lastName":: "
BartonitzExamplesurname",
  "roles": ["role1","role2"],
  "enabled": true,
  "createdTimestamp": 1555069963564
}


Result Response ExampleResponses
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 response body