{
"data": {
"type": "AccessPolicyReset",
"attributes": {
"permissions": "core"
},
"relationships": {
"userGroups": {
"data": [
{
"id": "FID001",
"type": "UserGroup"
}
]
}
}
}
}
curl --location --request POST 'https://api.synap.ac/v3/access-policy-resets' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"type": "AccessPolicyReset",
"attributes": {
"permissions": "core"
},
"relationships": {
"userGroups": {
"data": [
{
"id": "FID001",
"type": "UserGroup"
}
]
}
}
}
}'
{
"data": {
"id": "FID001",
"type": "AccessPolicyReset",
"attributes": {
"permissions": "core"
},
"relationships": {
"userGroups": {
"data": [
{
"id": "FID001",
"type": "UserGroup"
}
]
}
}
}
}