/
User Domain List
User Domain List
Purpose: look up list of domains that the authenticated web user is a member of.
Authentication: For more information, please review Authenticationarchived.
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"
}
]
}
, multiple selections available,
Related content
List Web Users
List Web Users
More like this
List Groups
List Groups
More like this
API Explorer
API Explorer
More like this
List Mobile Workers
List Mobile Workers
More like this
CommCare API Overview
CommCare API Overview
More like this
Data APIs
Data APIs
More like this