...
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 | MessageCommon messages | Description | Schema |
---|---|---|---|
200 | The user agreement that the user needs to accept to activate the access. | UserAgreementForActivation | |
400 | The application with the specified key could not be found | string | |
Input not valid: Access ID '[…]' is not in the correct format | The '[…]' (in single quotes, without square brackets) refers to the value entered as the access ID in the request. | string | |
The access must be in the INVITED state for the application to be able to get the user agreement for it. | string | ||
The access must be platform-managed for the application to be able to activate it. | string | ||
404 | The access with ID […] was not found | No access with the specified ID was found. The […] (without single quotes, without square brackets) refers to the value entered as the access ID in the request. | string |
...