Versions Compared

Key

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


Page Properties
hiddentrue
idrDOC

Product Version
Report Notefinished
AssigneeMartin

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje08 FEB 20212.4New page properties macro.
Antje12 FEB 20212020 WinterrDOC
Antje10 MAY 20222022 Summersessions are invalidated
Antje12 JUL 20222022 Autumnadd YUUVIS_MANAGE_SETTINGS default role



As of Versionproduct version 2020 Winter | component version 1.0
Request MethodDELETE
Response FormatHTTP status code
Required Permission

Available if listed in authorization.accesses in authentication-prod.yml and the specified access condition is matched. In the default configuration, access is granted via the YUUVIS_TENANT_ADMIN role and YUUVIS_MANAGE_SETTINGS (as of 2022 Autumn) roles.

>> AUTHENTICATION Service
Description


Excerpt
Deletes the user specified by id.


As of 2022 Summer, all active sessions of the deleted user are invalidated.

As of version 2022 Autumn, in the default access authorization configuration, users with the YUUVIS_MANAGE_SETTINGS roles are allowed to use the endpoint as well. However, they are not allowed to delete users with the YUUVIS_TENANT_ADMIN or YUUVIS_SYSTEM_INTEGRATOR role assigned.

Meaning of the response status codes:


HTTP Status CodeMeaning
204 NO CONTENTSuccessful, the specified user has been deleted
401 UNAUTHORIZEDThe call was unauthorized.
404 NOT FOUNDThe specified user was not found.


Request Example

/tenant-management/api/admin/users/a99a0bb1-2345-6c77-8901-22dee3f4a567

Response Example

204 NO CONTENT

no response body

...