v1
latestOpenAPI 3.1.02026-08-066984441.1 MBusers
Deactivates the user with the specified id.
A deactivated user can no longer sign in. This is only possible if the user is not the last admin user.
<Check title="Required Permissions" icon="key">The user must be an admin or have user-manage-config:write permissions.</Check>
post/users/{userId}/deactivate
Path parameters
userIdstring uuid required
The id of the user.
Query parameters
includeSummaryboolean
Whether to return the private project orphan resolution summary.
Headers
Authorizationstring required
Bearer authentication
Response
OK