Skip to main content

Get the list of licensed apps installed.

GET 

/appcenter/apps/installedLicenseApps

Get the list of licensed apps installed(requires organizational administrator permissions)

History

VersionChanges
v6.0.?Added in: v6.0.?

Responses

Request successful

Schema

    data

    object[]

  • Array [

  • appID string

    app's id

    policy

    object

    app's policy

    policy string

    Possible values: [standard, simple, org_scale, full_binding]

    Only when policy=standard can app grant to user, other policies cannot grant to user

    target string

    When the policy = full_binding, it means that the grant of this application is bound to the target application

    scale number

    license scale

    usage string

    The number of app licenses already in use

  • ]

  • result string

    The result of this request.

    errorCode string

    The error code of this request.

    errorMsg string

    Error message for this request.

    errorData object

    Error meta data for this request.

Loading...