Safe Creative API Web Services Reference v2 - D R A F T

work.rightsholders.add

Info

Parameters

* Required parameter

Description

Add a user as a copyright holder of a work
'Shared works management' professional service must be active for the authorizing user.
A mail will be sent to the provided address asking for confirmation.
This method returns the confirmation URL sent to the mail address.

Example

Example of adding an author to a work:

REQUEST:

https://api.safecreative.org/v2/
?authkey=1i5g2aaf2bz09lyo867cuimqg
&component=work.rightsholders.add
&mail=sholmes%40baker.fake
&roles=AUTHOR%2CRIGHTS_OWNER
&workcode=1004200146116
&ztime=1271749848300
&signature=2975fb609c151e46ca26bbaabab16732288b126a


RESPONSE:

<?xml version="1.0" encoding="UTF-8"?>
<error>
  <errorId>RestParameterNotFound</errorId>
  <errorMessage>Required parameter not found: canedit</errorMessage>
</error>

TOC