POST Profile
Update your basic profile details on your ScubaTribe profile.
Note: This method will update all updateable fields, and unset those not posted. So to update a single field, it is necessary to first GET the profile, make your changes, then update it.
Request Parameters
Parameter | Description | |
---|---|---|
company_name * (string) |
|
|
skype * (string) |
|
|
twitter_name (string) |
A clients twitter name |
|
facebook_url (url) |
Optional url for a clients Facebook page |
|
website (url) |
Optional url for a clients webpage |
|
googleplus (url) |
Optional url for a clients GooglePlus page |
|
linkedin (url) |
Optional url for a clients LinkedIn page |
|
pintrest (url) |
Optional url for a clients pintrest page |
|
tripadvisor (url) |
Optional url for a clients tripadvisor page |
|
blog (url) |
Optional url for a clients blog |
Example JSON response:
On Success: { "user_id": 434, "status": "OK" } On Error: { "status": "error", "error": [ { "field": "company_name", "msg": "empty" } ] }