Create Appstore Requestable Permission

Create a permission attached to an App in the AppStore.

Required fields:

  • app-identifier. The App should be identified either by app_id or app_class_id + app_instance_id.
  • label

Defaults:

  • request_config:
    • appstore_visibility: HIDDEN
    • allowed_groups:
      • type: ALL_GROUPS
      • groups: []
    • request_approval_config
      • manager_approval: NONE
      • request_approval_stages: []
    • request_fulfillment_config
      • manual_steps_needed: false
  • All other fields will have null values by default.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean
Defaults to true

Include inherited configurations from parent app.

Body Params
string
required

The ID of the app associated with this requestable permission.

The ID of the service associated with this requestable permission.

Optionally, an app has an identifer associated with it's particular instance.

string
required

The label of this requestable permission.

request_config

The request config associated with this requestable permission.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json