Skip to main content

Assign an application to a terms object

PUT 

/nevisidm/api/core/v1/terms/:termsExtId/applications/:applicationExtId

Since: 2.75.1

Required permission(s): AccessControl.TermsModify

Assigns an application to the specified terms object. After assignment, users accessing the application may be required to accept the terms.

Request

Path Parameters

    termsExtId stringrequired

    External ID of the terms object.

    Example: terms-123
    applicationExtId stringrequired

    External ID of the application.

    Example: app-123

Responses

Application assigned to terms successfully

Loading...