Generate New Credentials for User
POST /v3/users/{id}/cards
Register card to the user. When processing the card, USB reader transformation is used.
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%
Authentication:
Grant_type: client_credentials, login_info
Scopes: [ users ]
Request body:
{
"card": "string",
"temporary": false,
"process": false
}
POST /v3/users/{id}/pins
Generates pin for user.
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%
Authentication:
Grant_type: client_credentials, login_info
Scopes: [ users ]
Request body:
{
"deleteOld": false
}