Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 16 Next »

Description

The platform will, on behalf of the user, accept and sign the agreement needed to activate a platform-managed access. Note that the access must be created as platform-managed, and with the state INVITED. If the activation was successful, the access state will change from INVITED to ACTIVE. To retrieve the user agreement that this API is to accept and sign, use the API GET /server/access/{accessId}/user-agreement-for-activation.

HTTP methodURI scheme
POST/server/access/{accessId}/activate

Parameters

TypeNameDescriptionQualificationSchema
PathaccessIdThe ID of the platform-managed access to activate.Requiredstring

Responses

HTTP codeCommon messagesDescriptionSchema
200
The activated access.Access
400The application with the specified key could not be found
String
Input not valid: Access ID '<&1>' is not in the correct formatThe '<%1>' (in single quotes, without angle 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 activate it.
String
The access must be platform-managed for the application to be able to activate it.
String
404The access with ID <%1> was not foundNo access with the specified ID was found. The <%1> (without single quotes, without angle brackets) refers to the value entered as the access ID in the request.String
500An unexpected error occurred: An unknown error has occurredThis error is returned if an ID in the access, for example the private ID, is not correct.String

Security

TypeName
apiKeyKey
  • No labels