Skip to main content

Archive a user

POST 

/nevisidm/api/core/v1/:clientExtId/users/:extId/archive

Since: 2.73.0

Required permission(s): AccessControl.UserView,AccessControl.UserArchive,AccessControl.UserArchiveTechUser

Archives an existing user with the given external ID. All the profiles of the user are archived and the credentials are deleted.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    extId stringrequired

    External ID of the user.

    Example: user-123

Responses

User archived successfully

Loading...