Skip to main content
Skip table of contents

Generate new credentials for user

POST /v3/users/{id}/cards

Register card to the user. When processing the card, USB reader transformation is used.

CODE
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.

CODE
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%

Authentication:
Grant_type: client_credentials, login_info
Scopes: [ users ]

Request body:
{
  "deleteOld": false
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.