GET /users?accountId=1
curl \
-X GET \
-H "Authorization: Bearer YWIxMjdi883GHBBDnjsdKAJQxNjdjYUUJABbg6hdI.8V6HhxW-" \
"https://api.mparticle.com/v1/users?accountId=1"
{
"data": [
{
"first_name": "Test",
"last_name": "User",
"email": "testuser@mparticle.com",
"data_type": "user"
}
],
"dataType": "user",
"errors": null
}
GET /users/test40mparticle2Ecom?accountId=1
curl \
-X GET \
-H "Authorization: Bearer YWIxMjdi883GHBBDnjsdKAJQxNjdjYUUJABbg6hdI.8V6HhxW-" \
"https://api.mparticle.com/v1/users/test40mparticle2Ecom?accountId=1"
{
"data": [
{
"first_name": "Test",
"last_name": "User",
"email": "test@mparticle.com",
"data_type": "user"
}
],
"dataType": "user",
"errors": null
}
Was this page helpful?