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: