curl --location --request GET 'https://api.synap.ac/v3/user-group-links/'
{
"data": {
"id": "FID001",
"type": "UserGroupLink",
"attributes": {
"message": "string",
"public": true,
"requiresCode": true
},
"relationships": {
"userGroup": {
"data": {
"id": "FID001",
"type": "UserGroup"
}
},
"subPortal": {
"data": {
"id": "FID001",
"type": "SubPortal"
}
}
}
},
"included": [
{
"id": "FID001",
"type": "_User",
"attributes": {},
"relationships": {
"property1": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
},
"property2": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
}
}
}
]
}