Get some details from logged in user

GET /global/mysettings

Called after the user is authenticated to get some basic details

Responses

  • 200

    OK

    Hide response attribute Show response attribute object
GET /global/mysettings
curl \
 -X GET https://YOURSITE.infoodle.com/apiv2/global/mysettings \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "page_links": {
    "myroster": {
      "label": "My Roster",
      "url": "https://{sitecode}.infoodle.com/rosterresponse?roster=x1x1x1x1"
    }
  }
}