Advertisement
Gigi95

REST cURL to create group

Apr 12th, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. curl -X POST --header 'Content-Type: application/json' --header 'Accept: text/plain' --header 'Authorization: Basic YWRtaW46cm9ja3N0YXI=' -d '{
  2. > "id": "computer1",
  3. > "displayName": "computerscience",
  4. > "parentIds": [
  5. > "science"
  6. > ]
  7. > }' 'https://api-explorer.alfresco.com/alfresco/api/-default-/public/alfresco/versions/1/groups'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement