WIP
Description
...
Description
On behalf of the user, the platform retrieves and returns the agreement that is to be accepted and signed when activating a platform-managed access. Note that the access must be created as platform-managed, and with the state INVITED. To accept the user agreement returned by this API and activate the access, use the API POST /server/access/{accessId}/activate.
HTTP Method | URI Scheme |
---|
GET | /server/access/{accessId}/user-agreement-for-activation |
Parameters
Type | Name | Description | Qualification | Schema |
---|
path | accessId | The ID of the platform-managed access to get the user agreement for. | Required | string |
Responses
HTTP Code | Description | Schema |
---|
200 | The user agreement that the user needs to accept to activate the access. | UserAgreementForActivation |
400 | The reason could be, for instance, that the access is not platform-managed or that it is not in the INVITED state. See error response for details. | No content |
404 | No access with the specified ID was found. | No content |
Security