third-party accounts

Name Resource Description
Create a third-pary account POST api/2.0/people/thirdparty/signup Creates a third-party account with the parameters specified in the request.
Get third-party accounts GET api/2.0/people/thirdparty/providers Returns a list of the available third-party accounts.
Link a third-pary account PUT api/2.0/people/thirdparty/linkaccount Links a third-party account specified in the request to the user profile.
Unlink a third-pary account DELETE api/2.0/people/thirdparty/unlinkaccount Unlinks a third-party account specified in the request from the user profile.