Skip to main content

Change the unit of a profile

PUT 

/nevisidm/api/core/v1/:clientExtId/profiles/:extId/unit/:unitExtId

Since: 2.71.0

Required permission(s): AccessControl.ProfileModify

Reassigns the profile to a different unit within the same client.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    extId stringrequired

    External ID of the profile.

    Example: profile-123
    unitExtId stringrequired

    External ID of the new unit.

    Example: unit-123

Responses

Unit changed successfully

Loading...