Skip to main content

Assign an application to a client

PUT 

/nevisidm/api/core/v1/clients/:extId/applications/:appExtId

Since: 2.74.0

Required permission(s): AccessControl.ClientApplAssign

Assigns the application with the given external ID to the client with the given external ID. After assignment, the application and its roles become accessible to users of the client.

Request

Path Parameters

    extId stringrequired

    External ID of the client.

    Example: client-123
    appExtId stringrequired

    External ID of the application to assign.

    Example: app-123

Responses

Application assigned to client successfully

Loading...