read action — every role with ReadActions (admin, manager, member, viewer) can read another user's preferences in the same workspace; writes (PATCH/DELETE) are restricted to users.manage.curl --location 'https://api.aworld.cloud/dashboard/v1/users//notification-preferences' \
--header 'x-external-user-id;' \
--header 'x-user-id;'{
"items": [
{
"topic": "LEARNING_UPDATES",
"subscribed": true,
"isDefault": true,
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}