Step 5: Create the application’s resource access grant
POST {{apiPath}}/environments/{{envID}}/applications/{{ProfileFormAppID}}/grants
Request Body
{"resource"=>{"id"=>"{{p1ResID}}"}, "scopes"=>[{"id"=>"{{readUserScopeID}}"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |