Logo
Fireblocks API Documentation

Set agent user id that can sign with the signing key identified by the Fireblocks provided `keyId`

PATCH {{baseUrl}}/key_link/signing_keys/:keyId/agent_user_id

Can modify existing signing key id if the key is not enabled. The change done in background and will be visible once applied. If key is already enabled (after proof of ownership) the user cannot be changed. Please note that this endpoint is available only for Key Link enabled workspaces. Note: This endpoint is currently in beta and might be subject to changes. If you want to participate and learn more about the Fireblocks Key Link, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.fireblocks.io/v1/key_link/signing_keys/:keyId/agent_user_id' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"agentUserId":"\u003cstring\u003e"}'

ENDPOINTS