Skip to main content

Get mobile signature properties

GET 

/nevisidm/api/core/v1/:clientExtId/users/:userExtId/mobile-signature/properties

Since: 8.2605.0, 9.2605.0

Required permission(s): AccessControl.CredentialView,AccessControl.PropertyView,AccessControl.PropertyValueView,AccessControl.PropertyAllowedValueView

Returns all properties of the mobile signature credential belonging to the specified user, as an object of key-value pairs.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    userExtId stringrequired

    External ID of the user.

    Example: user-123

Responses

Properties retrieved successfully

Schema
    property name* string
Loading...