POST
Activate Link for an organization
Creates the "Link Admin" role (permissions bitgo.link.admin,
link.account.transfer, link.account.view, enterprise.view) for the enterprise's
organization via Roles & Permissions. Requires the caller to be an organization
admin; there is no request body.
Path Params
-
enterpriseIdstring requiredYour enterprise id.
Header Params
-
user-idstring requiredUser id of the user making the request.
Responses
201
Created
Response Body
object
Response for Link activation.
Carries the roleId of the "Link Admin" role created in the User Management
Service.
-
roleIdstring required
400
Bad Request
No response body
401
Unauthorized
Response Body
object
Standard structured error response payload for Link API v1 error responses.
Contains an error name and human-readable error message.
-
errorNamestring required -
errorstring required
403
Forbidden
Response Body
object
Standard structured error response payload for Link API v1 error responses.
Contains an error name and human-readable error message.
-
errorNamestring required -
errorstring required
404
Not Found
Response Body
object
Standard structured error response payload for Link API v1 error responses.
Contains an error name and human-readable error message.
-
errorNamestring required -
errorstring required
409
Conflict
Response Body
object
Standard structured error response payload for Link API v1 error responses.
Contains an error name and human-readable error message.
-
errorNamestring required -
errorstring required
422
Unprocessable Entity
Response Body
object
Standard structured error response payload for Link API v1 error responses.
Contains an error name and human-readable error message.
-
errorNamestring required -
errorstring required
500
Internal Server Error
Response Body
object
Standard structured error response payload for Link API v1 error responses.
Contains an error name and human-readable error message.
-
errorNamestring required -
errorstring required