{
"id": "<string>",
"type": "community-accounts",
"attributes": {
"given_name": "<string>",
"family_name": "<string>",
"full_name": "<string>",
"email": "<string>",
"job_title": "<string>",
"department": "<string>",
"bio": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"incognito": true,
"settings": {},
"profile_img": "<string>",
"created_at": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"community": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"joined_through": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
}
}
}