Transfer ownership of this object to another user
scripts_put_custom_transfer(
id,
user_id,
include_dependencies,
email_body = NULL,
send_email = NULL
)
A list containing the following elements:
array, An array containing the following fields:
objectType string, Dependent object type
fcoType string, Human readable dependent object type
id integer, Dependent object ID
name string, Dependent object name, or nil if the requesting user cannot read this object
permissionLevel string, Permission level of target user (not user's groups) for dependent object, or null if no target user
shared boolean, Whether dependent object was successfully shared with target user
integer required. The ID of the resource that is shared.
integer required. ID of target user
boolean required. Whether or not to give manage permissions on all dependencies
string optional. Custom body text for e-mail sent on transfer.
boolean optional. Send email to the target user of the transfer?