Authorization: Bearer ********************
curl --location --request GET '/users/1/byExtRelation'
{
"data": {
"id": 3,
"admin": false,
"extRelationId": 1,
"selfService": 3,
"selfServiceHourlyGroupProfiles": [],
"selfServiceResourceGroupProfiles": [],
"selfServiceHourlyResourcePack": null,
"name": "jon Doe",
"email": "jon@doe.com",
"timezone": "Europe/London",
"suspended": false,
"twoFactorAuth": false,
"created": "2025-01-20T12:48:20.000000Z",
"updated": "2025-01-20T13:00:38.000000Z"
}
}