Set 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.
PATCH
TypeScript
Path Parameters
The unique identifier for the signing key provided by Fireblocks
Example:
"46a92767-5f93-4a46-9eed-f012196bb4fc"
Body
application/json
Id of user that represent agent servers which signs with the key
Required string length:
36Example:
"d18847b5-1df6-4c46-8f99-5cce47284529"
Response
Agent user id modification process has started in background.
Previous
Get list of registered validation keysReturns the list of validation keys in the workspace
Next
TypeScript