Users
Manage proxy consent for a User
Allow a user to give or revoke consent for proxy actions
POST
This endpoint allows your platform to manage consent given by the end user for SCA-triggering actions taken under proxy.
Your platform needs to retrieve the returned
PendingUserAction.RedirectUrl, add an encoded returnUrl query parameter for them to be returned to after the SCA session, and redirect the user (read more about SCA redirection).
On the SCA session link in the response, the user can:
- Give consent for the first time
- Give consent to additional actions included by your platform
- Revoke consent (which your platform must allow at any time)
Path parameters
The unique identifier of the user.
Responses
200
200
Object containing the link needed for SCA redirection if triggered by the API call (otherwise returned
null).400 - Proxy management not activated
400 - Proxy management not activated