Popular Help Content

No popular content.

Purpose: look up list of domains that the authenticated web user is a member of.

Authentication:  For more information, please review CommCare's API Authentication Documentation.

URL: https://www.commcarehq.org/api/v0.5/user_domains/ 


Sample Response:

{
  "meta": {
    "limit": 20,
    "next": null,
    "offset": 0,
    "previous": null,
    "total_count": 16
  },
  "objects": [
    {
      "domain_name": "dimagi",
      "project_name": "dimagi"
    },
    {
      "domain_name": "commcare",
      "project_name": "commcare"
    },
    {
      "domain_name": "demo",
      "project_name": "My Demo Project"
    }
  ]
}
  • No labels