/datasets/profile

Obtain a catalog of all member profile datasets in your community.

Resource URL

/v2/applications/{communityApiKeyName}/datasets/profile
Note:

Use the appropriate regional endpoint to ensure that you comply with your organization's privacy policy, and applicable laws and regulations. For details about the available regional endpoints, and how to identify your organization's region, see API Access.

Available methods

Method Description
GET Get a catalog of all member profile datasets.

Available fields

Note:
  • Use the id from the response as the datasetId in subsequent requests.
  • Profile variables are the only member profile dataset currently available.
Element Description
id The GUID of the member profile dataset in your community.
name The name of the member profile dataset.
Example
[ 
    { 
        "id": <GUID of the member profile dataset>,
        "name": <name of the member profile dataset>	
    }
]