Restart User State

Restart User State

GET https://api.biometrid.com/api/1.0/users/:userId/restart-state

Restart User's Process State

Path Parameters

Name
Type
Description

userId

string

BiometrID user ID

Headers

Name
Type
Description

x-biometrid-key

string

Application client key

x-biometrid-secret

string

Application client secret

HTTP/1.1 200 OK

{
    "status": true,
    "data": {
        "message": "STATE_RESTARTED_WITH_SUCCESS"
    }
}

Last updated

Was this helpful?