Custom

POST {{api-domain}}/crm/v3/{{custom_module_api_name}}/{{record_id}}/actions/share

To share a custom module record with other users in the organization.

Request Body

{"share"=>[{"user"=>{"id"=>"{{user_id}}"}, "share_related_records"=>true, "permission"=>"full_access"}, {"user"=>{"id"=>"{{user_id}}"}, "share_related_records"=>true, "permission"=>"read_only"}]}