MATTR VII ManagementUsers
Retrieve user information
Retrieves information about the currently authenticated user.
Analytics Events
USER_USERINFO_RETRIEVE_STARTUSER_USERINFO_RETRIEVE_SUCCESSUSER_USERINFO_RETRIEVE_FAIL
curl -X GET "https://manage.mattr.global/v1/userinfo"
{
"id": "8f6d40a9-d913-45e8-aa3e-8c99d62cd8fb",
"email": "john-doe@example.com",
"name": "John Doe",
"pricingPlan": {
"type": "Standard",
"endDate": "2019-08-24T14:15:22Z"
},
"status": "Active"
}
Empty
Empty
How would you rate this page?