Skip to main content

Update the Face Biometric for a given user

PUT 

/api/web/v1/users/:userid/face

Update the Face Biometric for the specified user. Caller requires the FACE:EDIT permission.

Request

Path Parameters

    userid stringrequired

    The UUID of the user to update the Face Biometric for.

Body

required

    expiry date-time

    Date the authenticator will expire.

    status string

    Possible values: [ACTIVATING, ACTIVE, FAILED, EXPIRED, REVIEW, DISABLED]

    The status of the authenticator.

Responses

Successful

Loading...