Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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