Users
Deletes an existing user.
Deletes a user account and reassigns all associated content and permissions to a replacement user. Only admin users or users with appropriate portlet access can perform this operation.
delete/api/v1/users/{userId}
Path parameters
userIdstring required
Identifier of an user.
Example value: b9d89c80-3d88-4311-8365-187323c96436
Query parameters
replacementUserIdstring required
Identifier of an user.
Example value: b9d89c80-3d88-4311-8365-187323c96436
Response
If success returns a map with the user + user id.
Changes
No recorded changes to this endpoint across all 1 revision of this API.