Advertisement
metalni

Untitled

Nov 28th, 2024
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.33 KB | None | 0 0
  1. {
  2.     "users": [
  3.         {
  4.             "email": "someuser@mailinator.com",
  5.             "permissions": [
  6.                 {
  7.                     "contentType": "SURVEYS",
  8.                     "actions": ["create", "update"]
  9.                 }
  10.             ]
  11.         },
  12.         {
  13.             "email": "someuser1@mailinator.com",
  14.             "permissions": [
  15.                 {
  16.                     "contentType": "SURVEYS",
  17.                     "actions": ["read"]
  18.                 }
  19.             ]
  20.         }
  21.     ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement