Request
The primary key for each resource.
Request samples
curl --location --request GET 'https://api.synap.ac/v3/user-accounts/'
Responses
data
object (UserAccount)Â
requiredThe primary key for each resource.
Allowed value:UserAccount
{
"data": {
"id": "FID001",
"type": "UserAccount",
"attributes": {
"hasExternalAuth": true,
"canChangePassword": true,
"canSetNewPassword": true,
"shouldVerifyEmail": true,
"name": "string",
"emailAddress": "string",
"profilePicture": {
"__type": "File",
"name": "string",
"url": "string"
},
"preferences": {},
"attr": {},
"timeZone": "string",
"notificationConfig": {}
},
"relationships": {}
}
}
Modified at 2025-07-08 10:51:21