Update the value of communication medium
PUT/useractions-srv/communication/medium/:sub
This API call updates communication medium values for users based on user credentials. It sets new values and enforces validation to ensure updated information is accurate and compliant.
Authentication Requirements
User Token Authentication: This API exclusively accepts user-authenticated tokens. The sub (subject) claim in the JWT token must match the sub field in the request payload to authorize updates.
Configuration Requirement
To enable forced verification for communication medium updates, administrators must configure the verificationForMedium parameter in tenant configuration.
Request
Responses
- 200
- 400
- 401
Success
Bad Request
Unauthorized