User.unlink: Difference between revisions

From Safe Creative API
Jump to navigation Jump to search
w>Jguillo
(Created page with 'Partner component to unlink a user account from the application. User account will not be deleted, only the account authorization for this application. Any works locked by the ap…')
 
w>Jguillo
No edit summary
Line 1: Line 1:
Partner component to unlink a user account from the application. User account will not be deleted, only the account authorization for this application. Any works locked by the application (registered with editlocked=1, see [[work.register]]) will be unlocked and the user will be able to modify them.
Partner component to unlink a user account from the application.  
 
User account will not be deleted, only the account authorization for this application.  
 
Any works locked by the application (registered with editlocked=1, see [[work.register]]) will be unlocked and the user will be able to modify them.


You must be a Safe Creative partner to use this component.
You must be a Safe Creative partner to use this component.

Revision as of 07:51, 6 May 2010

Partner component to unlink a user account from the application.

User account will not be deleted, only the account authorization for this application.

Any works locked by the application (registered with editlocked=1, see work.register) will be unlocked and the user will be able to modify them.

You must be a Safe Creative partner to use this component.

Info

  • Component name: user.modify
  • Signature: Requires signature using the shared key's private key
  • Timestamp: Requires ztime parameter
  • API trust level: Partner

Parameters

  • sharedkey*: Your application shared key
  • ztime*: Z-Timestamp
  • usercode*: user code

* Required parameter

Returns

  • restvalueresponse
    • state ready

Sample

REQUEST:

https://api.safecreative.org/v2/
?component=user.unlink
&sharedkey=zy9x4ol0ctg3btyswq7b5wi9
&usercode=0907300000160
&ztime=1271749826106
&signature=3b2d5552b5cd969c370ce70dae280a76dc844895

RESPONSE:

<?xml version="1.0" encoding="UTF-8"?>
<restvalueresponse>
  <state>ready</state>
</restvalueresponse>