Update a user internal code
PATCH/v1/users/internal-codes/:internalCodeId
Update a user internal code. Internal codes are scoped by user and organizational unit and require the corresponding bearer permission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Returns the resulting user internal code representation after update a user internal code completes.
The request is malformed or violates the documented input constraints.
Authentication failed because the required credential is missing, invalid, expired or no longer active.
The actor cannot access internal codes for the selected user or unit.
The selected Identity resource does not exist, is inactive or is not available in the requested scope.
An unexpected internal error occurred.