Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
The above request mentions an invalid attribute name for the account disabled field. It should be "accountDisabled" instead of "accountDisable" hence the documentation should be updated properly to avoid any confusion at the users end mainly because the invlaid request also returns a 200.
The SCIM2 Users request should be updated to the proper one. The below provided request is a sample which was tested by me for the WSO2 Identity Server version 6.1.0.
This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!
Is your suggestion related to a missing or misleading document? Please describe.
The Enable and Disable User Accounts documentation available at [1] contains the following SCIM2 Users PATCH request.
The above request mentions an invalid attribute name for the account disabled field. It should be "accountDisabled" instead of "accountDisable" hence the documentation should be updated properly to avoid any confusion at the users end mainly because the invlaid request also returns a 200.
[1] - https://is.docs.wso2.com/en/latest/guides/identity-lifecycles/enable-account/
Describe the improvement
The SCIM2 Users request should be updated to the proper one. The below provided request is a sample which was tested by me for the WSO2 Identity Server version 6.1.0.