Skip to main content

Assign a VASCO credential to a user

PUT 

/nevisidm/api/core/v1/:clientExtId/users/:userExtId/vasco-assign/:credentialExtId

Since: 8.2605.0, 9.2605.0

Required permission(s): AccessControl.CredentialModify,AccessControl.CredentialView

Assigns the VASCO credential with the given external ID to the user.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    userExtId stringrequired

    External ID of the user.

    Example: user-123
    credentialExtId stringrequired

    External ID of the VASCO credential.

    Example: vasco-123

Responses

VASCO credential assigned successfully

Loading...