Chilkat Online Tools

TCL / Anypoint Platform APIs / Add a new permission and environment to rolegroup

Back to Collection Items

load ./chilkat.dll

# This example assumes the Chilkat API to have been previously unlocked.
# See Global Unlock Sample for sample code.

set http [new_CkHttp]

# Use this online tool to generate code from sample JSON: Generate Code to Create JSON

# The following JSON is sent in the request body.

# [
#   {
#     "context_params": {
#       "org": "af696110-60f8-4a47-9367-e2464a468949",
#       "envId": "67078084-8200-4956-a47b-7e97d5bb1835"
#     },
#     "role_id": "f14b0d23-a267-4014-9563-29d46a26295b"
#   },
#   {
#     "context_params": {
#       "org": "af696110-60f8-4a47-9367-e2464a468949",
#       "envId": "67078084-8200-4956-a47b-7e97d5bb1835"
#     },
#     "role_id": "67ff49cb-6774-49de-92aa-95e0dd525b3d"
#   },
#   {
#     "context_params": {
#       "org": "af696110-60f8-4a47-9367-e2464a468949",
#       "envId": "67078084-8200-4956-a47b-7e97d5bb1835"
#     },
#     "role_id": "c4662f0f-31fc-4791-9493-97a6e7ea261a"
#   },
#   {
#     "context_params": {
#       "org": "af696110-60f8-4a47-9367-e2464a468949",
#       "envId": "67078084-8200-4956-a47b-7e97d5bb1835"
#     },
#     "role_id": "2ee11112-51ca-47a8-b4ae-a6bb6e7e5573"
#   },
#   {
#     "context_params": {
#       "org": "af696110-60f8-4a47-9367-e2464a468949",
#       "envId": "67078084-8200-4956-a47b-7e97d5bb1835"
#     },
#     "role_id": "be26fe60-0cc9-4b9a-bf20-5b12a6aa34e1"
#   },
#   {
#     "context_params": {
#       "org": "af696110-60f8-4a47-9367-e2464a468949",
#       "envId": "67078084-8200-4956-a47b-7e97d5bb1835"
#     },
#     "role_id": "456f139c-39e2-48c4-80b5-5205cb6b8ae2"
#   },
#   {
#     "context_params": {
#       "org": "af696110-60f8-4a47-9367-e2464a468949",
#       "envId": "67078084-8200-4956-a47b-7e97d5bb1835"
#     },
#     "role_id": "5a46e86c-7a28-424b-84a9-20021b1ec626"
#   },
#   {
#     "context_params": {
#       "org": "af696110-60f8-4a47-9367-e2464a468949",
#       "envId": "67078084-8200-4956-a47b-7e97d5bb1835"
#     },
#     "role_id": "8856c1b1-37cf-4f12-a02d-f36ce1a96a93"
#   },
#   {
#     "context_params": {
#       "org": "af696110-60f8-4a47-9367-e2464a468949",
#       "envId": "67078084-8200-4956-a47b-7e97d5bb1835"
#     },
#     "role_id": "1660b07a-8920-4091-8292-1f42f35e92e4"
#   },
#   {
#     "context_params": {
#       "org": "af696110-60f8-4a47-9367-e2464a468949",
#       "envId": "67078084-8200-4956-a47b-7e97d5bb1835"
#     },
#     "role_id": "b979af78-664f-4ca2-8fd6-d8355fa09dc3"
#   }
# ]

set jarr [new_CkJsonArray]

CkJsonArray_AddObjectAt $jarr -1
# jsonObj_1 is a CkJsonObject
set jsonObj_1 [CkJsonArray_ObjectAt $jarr [expr [CkJsonArray_get_Size $jarr] - 1]]
CkJsonObject_UpdateString $jsonObj_1 "context_params.org" "af696110-60f8-4a47-9367-e2464a468949"
CkJsonObject_UpdateString $jsonObj_1 "context_params.envId" "67078084-8200-4956-a47b-7e97d5bb1835"
CkJsonObject_UpdateString $jsonObj_1 "role_id" "f14b0d23-a267-4014-9563-29d46a26295b"
delete_CkJsonObject $jsonObj_1

CkJsonArray_AddObjectAt $jarr -1
set jsonObj_1 [CkJsonArray_ObjectAt $jarr [expr [CkJsonArray_get_Size $jarr] - 1]]
CkJsonObject_UpdateString $jsonObj_1 "context_params.org" "af696110-60f8-4a47-9367-e2464a468949"
CkJsonObject_UpdateString $jsonObj_1 "context_params.envId" "67078084-8200-4956-a47b-7e97d5bb1835"
CkJsonObject_UpdateString $jsonObj_1 "role_id" "67ff49cb-6774-49de-92aa-95e0dd525b3d"
delete_CkJsonObject $jsonObj_1

CkJsonArray_AddObjectAt $jarr -1
set jsonObj_1 [CkJsonArray_ObjectAt $jarr [expr [CkJsonArray_get_Size $jarr] - 1]]
CkJsonObject_UpdateString $jsonObj_1 "context_params.org" "af696110-60f8-4a47-9367-e2464a468949"
CkJsonObject_UpdateString $jsonObj_1 "context_params.envId" "67078084-8200-4956-a47b-7e97d5bb1835"
CkJsonObject_UpdateString $jsonObj_1 "role_id" "c4662f0f-31fc-4791-9493-97a6e7ea261a"
delete_CkJsonObject $jsonObj_1

CkJsonArray_AddObjectAt $jarr -1
set jsonObj_1 [CkJsonArray_ObjectAt $jarr [expr [CkJsonArray_get_Size $jarr] - 1]]
CkJsonObject_UpdateString $jsonObj_1 "context_params.org" "af696110-60f8-4a47-9367-e2464a468949"
CkJsonObject_UpdateString $jsonObj_1 "context_params.envId" "67078084-8200-4956-a47b-7e97d5bb1835"
CkJsonObject_UpdateString $jsonObj_1 "role_id" "2ee11112-51ca-47a8-b4ae-a6bb6e7e5573"
delete_CkJsonObject $jsonObj_1

CkJsonArray_AddObjectAt $jarr -1
set jsonObj_1 [CkJsonArray_ObjectAt $jarr [expr [CkJsonArray_get_Size $jarr] - 1]]
CkJsonObject_UpdateString $jsonObj_1 "context_params.org" "af696110-60f8-4a47-9367-e2464a468949"
CkJsonObject_UpdateString $jsonObj_1 "context_params.envId" "67078084-8200-4956-a47b-7e97d5bb1835"
CkJsonObject_UpdateString $jsonObj_1 "role_id" "be26fe60-0cc9-4b9a-bf20-5b12a6aa34e1"
delete_CkJsonObject $jsonObj_1

CkJsonArray_AddObjectAt $jarr -1
set jsonObj_1 [CkJsonArray_ObjectAt $jarr [expr [CkJsonArray_get_Size $jarr] - 1]]
CkJsonObject_UpdateString $jsonObj_1 "context_params.org" "af696110-60f8-4a47-9367-e2464a468949"
CkJsonObject_UpdateString $jsonObj_1 "context_params.envId" "67078084-8200-4956-a47b-7e97d5bb1835"
CkJsonObject_UpdateString $jsonObj_1 "role_id" "456f139c-39e2-48c4-80b5-5205cb6b8ae2"
delete_CkJsonObject $jsonObj_1

CkJsonArray_AddObjectAt $jarr -1
set jsonObj_1 [CkJsonArray_ObjectAt $jarr [expr [CkJsonArray_get_Size $jarr] - 1]]
CkJsonObject_UpdateString $jsonObj_1 "context_params.org" "af696110-60f8-4a47-9367-e2464a468949"
CkJsonObject_UpdateString $jsonObj_1 "context_params.envId" "67078084-8200-4956-a47b-7e97d5bb1835"
CkJsonObject_UpdateString $jsonObj_1 "role_id" "5a46e86c-7a28-424b-84a9-20021b1ec626"
delete_CkJsonObject $jsonObj_1

CkJsonArray_AddObjectAt $jarr -1
set jsonObj_1 [CkJsonArray_ObjectAt $jarr [expr [CkJsonArray_get_Size $jarr] - 1]]
CkJsonObject_UpdateString $jsonObj_1 "context_params.org" "af696110-60f8-4a47-9367-e2464a468949"
CkJsonObject_UpdateString $jsonObj_1 "context_params.envId" "67078084-8200-4956-a47b-7e97d5bb1835"
CkJsonObject_UpdateString $jsonObj_1 "role_id" "8856c1b1-37cf-4f12-a02d-f36ce1a96a93"
delete_CkJsonObject $jsonObj_1

CkJsonArray_AddObjectAt $jarr -1
set jsonObj_1 [CkJsonArray_ObjectAt $jarr [expr [CkJsonArray_get_Size $jarr] - 1]]
CkJsonObject_UpdateString $jsonObj_1 "context_params.org" "af696110-60f8-4a47-9367-e2464a468949"
CkJsonObject_UpdateString $jsonObj_1 "context_params.envId" "67078084-8200-4956-a47b-7e97d5bb1835"
CkJsonObject_UpdateString $jsonObj_1 "role_id" "1660b07a-8920-4091-8292-1f42f35e92e4"
delete_CkJsonObject $jsonObj_1

CkJsonArray_AddObjectAt $jarr -1
set jsonObj_1 [CkJsonArray_ObjectAt $jarr [expr [CkJsonArray_get_Size $jarr] - 1]]
CkJsonObject_UpdateString $jsonObj_1 "context_params.org" "af696110-60f8-4a47-9367-e2464a468949"
CkJsonObject_UpdateString $jsonObj_1 "context_params.envId" "67078084-8200-4956-a47b-7e97d5bb1835"
CkJsonObject_UpdateString $jsonObj_1 "role_id" "b979af78-664f-4ca2-8fd6-d8355fa09dc3"
delete_CkJsonObject $jsonObj_1

# Adds the "Authorization: Bearer {{token}}" header.
CkHttp_put_AuthToken $http "{{token}}"

set sbRequestBody [new_CkStringBuilder]

CkJsonArray_EmitSb $jarr $sbRequestBody

# resp is a CkHttpResponse
set resp [CkHttp_PTextSb $http "POST" "https://domain.com/accounts/api/organizations/{{organization_id}}/rolegroups/{{rolegroup_Id}}/roles" $sbRequestBody "utf-8" "application/json" 0 0]
if {[CkHttp_get_LastMethodSuccess $http] == 0} then {
    puts [CkHttp_lastErrorText $http]
    delete_CkHttp $http
    delete_CkJsonArray $jarr
    delete_CkStringBuilder $sbRequestBody
    exit
}

puts [CkHttpResponse_get_StatusCode $resp]
puts [CkHttpResponse_bodyStr $resp]
delete_CkHttpResponse $resp


delete_CkHttp $http
delete_CkJsonArray $jarr
delete_CkStringBuilder $sbRequestBody

Curl Command

curl -X POST
	-H "Authorization: Bearer {{token}}"
	-d '[
   {
      "context_params":{
         "org":"af696110-60f8-4a47-9367-e2464a468949",
         "envId":"67078084-8200-4956-a47b-7e97d5bb1835"
      },
      "role_id":"f14b0d23-a267-4014-9563-29d46a26295b"
   },
   {
      "context_params":{
         "org":"af696110-60f8-4a47-9367-e2464a468949",
         "envId":"67078084-8200-4956-a47b-7e97d5bb1835"
      },
      "role_id":"67ff49cb-6774-49de-92aa-95e0dd525b3d"
   },
   {
      "context_params":{
         "org":"af696110-60f8-4a47-9367-e2464a468949",
         "envId":"67078084-8200-4956-a47b-7e97d5bb1835"
      },
      "role_id":"c4662f0f-31fc-4791-9493-97a6e7ea261a"
   },
   {
      "context_params":{
         "org":"af696110-60f8-4a47-9367-e2464a468949",
         "envId":"67078084-8200-4956-a47b-7e97d5bb1835"
      },
      "role_id":"2ee11112-51ca-47a8-b4ae-a6bb6e7e5573"
   },
   {
      "context_params":{
         "org":"af696110-60f8-4a47-9367-e2464a468949",
         "envId":"67078084-8200-4956-a47b-7e97d5bb1835"
      },
      "role_id":"be26fe60-0cc9-4b9a-bf20-5b12a6aa34e1"
   },
   {
      "context_params":{
         "org":"af696110-60f8-4a47-9367-e2464a468949",
         "envId":"67078084-8200-4956-a47b-7e97d5bb1835"
      },
      "role_id":"456f139c-39e2-48c4-80b5-5205cb6b8ae2"
   },
   {
      "context_params":{
         "org":"af696110-60f8-4a47-9367-e2464a468949",
         "envId":"67078084-8200-4956-a47b-7e97d5bb1835"
      },
      "role_id":"5a46e86c-7a28-424b-84a9-20021b1ec626"
   },
   {
      "context_params":{
         "org":"af696110-60f8-4a47-9367-e2464a468949",
         "envId":"67078084-8200-4956-a47b-7e97d5bb1835"
      },
      "role_id":"8856c1b1-37cf-4f12-a02d-f36ce1a96a93"
   },
   {
      "context_params":{
         "org":"af696110-60f8-4a47-9367-e2464a468949",
         "envId":"67078084-8200-4956-a47b-7e97d5bb1835"
      },
      "role_id":"1660b07a-8920-4091-8292-1f42f35e92e4"
   },
   {
      "context_params":{
         "org":"af696110-60f8-4a47-9367-e2464a468949",
         "envId":"67078084-8200-4956-a47b-7e97d5bb1835"
      },
      "role_id":"b979af78-664f-4ca2-8fd6-d8355fa09dc3"
   }
]'
https://domain.com/accounts/api/organizations/{{organization_id}}/rolegroups/{{rolegroup_Id}}/roles

Postman Collection Item JSON

{
  "name": "Add a new permission and environment to rolegroup",
  "request": {
    "method": "POST",
    "header": [
      {
        "key": "Authorization",
        "value": "Bearer {{token}}",
        "type": "text"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "[\r\n   {\r\n      \"context_params\":{\r\n         \"org\":\"af696110-60f8-4a47-9367-e2464a468949\",\r\n         \"envId\":\"67078084-8200-4956-a47b-7e97d5bb1835\"\r\n      },\r\n      \"role_id\":\"f14b0d23-a267-4014-9563-29d46a26295b\"\r\n   },\r\n   {\r\n      \"context_params\":{\r\n         \"org\":\"af696110-60f8-4a47-9367-e2464a468949\",\r\n         \"envId\":\"67078084-8200-4956-a47b-7e97d5bb1835\"\r\n      },\r\n      \"role_id\":\"67ff49cb-6774-49de-92aa-95e0dd525b3d\"\r\n   },\r\n   {\r\n      \"context_params\":{\r\n         \"org\":\"af696110-60f8-4a47-9367-e2464a468949\",\r\n         \"envId\":\"67078084-8200-4956-a47b-7e97d5bb1835\"\r\n      },\r\n      \"role_id\":\"c4662f0f-31fc-4791-9493-97a6e7ea261a\"\r\n   },\r\n   {\r\n      \"context_params\":{\r\n         \"org\":\"af696110-60f8-4a47-9367-e2464a468949\",\r\n         \"envId\":\"67078084-8200-4956-a47b-7e97d5bb1835\"\r\n      },\r\n      \"role_id\":\"2ee11112-51ca-47a8-b4ae-a6bb6e7e5573\"\r\n   },\r\n   {\r\n      \"context_params\":{\r\n         \"org\":\"af696110-60f8-4a47-9367-e2464a468949\",\r\n         \"envId\":\"67078084-8200-4956-a47b-7e97d5bb1835\"\r\n      },\r\n      \"role_id\":\"be26fe60-0cc9-4b9a-bf20-5b12a6aa34e1\"\r\n   },\r\n   {\r\n      \"context_params\":{\r\n         \"org\":\"af696110-60f8-4a47-9367-e2464a468949\",\r\n         \"envId\":\"67078084-8200-4956-a47b-7e97d5bb1835\"\r\n      },\r\n      \"role_id\":\"456f139c-39e2-48c4-80b5-5205cb6b8ae2\"\r\n   },\r\n   {\r\n      \"context_params\":{\r\n         \"org\":\"af696110-60f8-4a47-9367-e2464a468949\",\r\n         \"envId\":\"67078084-8200-4956-a47b-7e97d5bb1835\"\r\n      },\r\n      \"role_id\":\"5a46e86c-7a28-424b-84a9-20021b1ec626\"\r\n   },\r\n   {\r\n      \"context_params\":{\r\n         \"org\":\"af696110-60f8-4a47-9367-e2464a468949\",\r\n         \"envId\":\"67078084-8200-4956-a47b-7e97d5bb1835\"\r\n      },\r\n      \"role_id\":\"8856c1b1-37cf-4f12-a02d-f36ce1a96a93\"\r\n   },\r\n   {\r\n      \"context_params\":{\r\n         \"org\":\"af696110-60f8-4a47-9367-e2464a468949\",\r\n         \"envId\":\"67078084-8200-4956-a47b-7e97d5bb1835\"\r\n      },\r\n      \"role_id\":\"1660b07a-8920-4091-8292-1f42f35e92e4\"\r\n   },\r\n   {\r\n      \"context_params\":{\r\n         \"org\":\"af696110-60f8-4a47-9367-e2464a468949\",\r\n         \"envId\":\"67078084-8200-4956-a47b-7e97d5bb1835\"\r\n      },\r\n      \"role_id\":\"b979af78-664f-4ca2-8fd6-d8355fa09dc3\"\r\n   }\r\n]",
      "options": {
        "raw": {
          "language": "json"
        }
      }
    },
    "url": {
      "raw": "{{url}}/accounts/api/organizations/{{organization_id}}/rolegroups/{{rolegroup_Id}}/roles",
      "host": [
        "{{url}}"
      ],
      "path": [
        "accounts",
        "api",
        "organizations",
        "{{organization_id}}",
        "rolegroups",
        "{{rolegroup_Id}}",
        "roles"
      ]
    }
  },
  "response": [
  ]
}