Last updated 12 months ago
Sets Hedera credentials for the user. For users with the Standard Registry role it also creates an address book.
/profiles/{username}
The name of the user for whom to update the information.
curl -L \ --request PUT \ --url '/api/v1/profiles/{username}' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{"entity":"text","hederaAccountId":"text","hederaAccountKey":"text","didKeys":[{"id":"text","key":"text"}],"vcDocument":{"@context":[null]},"didDocument":{"id":"text","context":[null],"alsoKnownAs":[null],"controller":[null],"verificationMethod":[{}],"authentication":[{}],"assertionMethod":[{}],"keyAgreement":[{}],"capabilityInvocation":[{}],"capabilityDelegation":[{}],"service":[{}]}}'
No body