Owning resources with owners
To have a owner own a resource, you can pass an identifier for the owner in the owner
field in the request to create or update a resource.
To assign a user as the owner of a resource, in the request to create or update the resource, pass {user_id: 'insert-user-id-of-owner'}
object in the owner
field of your request.
Refer to the following guides for:
To assign a user as the owner of a resource, in the request to create or update the resource, pass {user_id: 'insert-user-id-of-owner'}
object in the owner
field of your request.
Refer to the following guides for:
To assign an authorization key as the owner of a resource, in the request to create or update the resource, pass a {public_key: 'insert-public-key'}
object in the owner
field of your request.
Refer to the following guides for:
To assign a key quorum as the owner a resource, in the request to create or update the resource, pass your key quorum ID in the owner_id
field of your request.
Refer to the following guides for: