Request
The primary key for each resource.
Request samples
curl --location --request GET 'https://api.synap.ac/v3/invites/'
Responses
The primary key for each resource.
{
"data": {
"id": "FID001",
"type": "Invite",
"attributes": {
"emailAddress": "string",
"name": "string",
"personalMessage": "string",
"expiryDate": "string",
"valid": true,
"status": "pending",
"lastSent": "string",
"externalId": "string",
"attr": {}
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"invitee": {
"data": {
"id": "FID001",
"type": "User"
}
},
"userGroup": {
"data": {
"id": "FID001",
"type": "UserGroup"
}
},
"subPortal": {
"data": {
"id": "FID001",
"type": "SubPortal"
}
}
}
}
}
Modified at 2025-07-08 10:51:21