GET
/profiles/{profile_id}/users/{user_id}
curl \
--request GET 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/users/self' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"created_date": "string",
"email": "string",
"first_name": "string",
"global_id": "string",
"id": 42.0,
"is_locked": true,
"last_name": "string",
"roles": {
"can_form_edit": true,
"can_thunderplug_sync": true,
"role": "string"
},
"username": "string"
}