Skip to main content
PATCH
/
key_link
/
signing_keys
/
{keyId}
/
agent_user_id
TypeScript
const response: Promise<FireblocksResponse<void>> = fireblocks.keyLinkBeta.setAgentId(keyLinkBetaApiSetAgentIdRequest);
{
  "message": "<string>",
  "code": 123
}

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

keyId
string
required

The unique identifier for the signing key provided by Fireblocks

Example:

"46a92767-5f93-4a46-9eed-f012196bb4fc"

Body

application/json
agentUserId
string
required

Id of user that represent agent servers which signs with the key

Required string length: 36
Example:

"d18847b5-1df6-4c46-8f99-5cce47284529"

Response

Agent user id modification process has started in background.