Me
Get My User Account
Returns the user account for the user identified in the token of the request.
get/v3/users/me
Response
A get action response of a single user.
Example response
{
"id": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"email": "user@email.com",
"full_name": "Test User",
"preferred_name": "test",
"active": true,
"inferred_region": "us",
"created_at": "2022-02-07T17:46:57.52Z",
"updated_at": "2022-10-08T17:00:00.52Z"
}