Person

The person endpoint is used to request or modify the currently authenticated user. Please be aware that an appropriate OAuth token and OAuth secret parameter are necessary to make a request.

Get

This requests the currently authenticated user.

Required Parameters:
none
Optional Parameters:
none
Example:
GET /identity/1/person

Put

This allows you to modify the currently authenticated user. Note that only a few specific parameters are supported at this time, though more may be added in the future to this version of the api.

Required Parameters:
none
Optional Parameters:
  • paypalEmailAddress (string): The paypal account identifier (email address) that is associated with the authenticated user. This Field must be a properly formatted email address to be set.
Example:
PUT  /identity/1/person?paypalEmailAddress=joe@joe.org

Table Of Contents

Previous topic

OAuth

Next topic

Poll

This Page