get https://{baseurl}/organizations//users//devices//send-pin-mail
This API endpoint allows you to email the PIN of a smart card issued to a user.
Headers
- Authentication: Bearer <JWT>
- Accept: application/json
- Content-Type: application/json
Path Parameters
Parameters | Type | Description |
---|---|---|
organizationName | string | Denotes the name of the organization. |
uniqueidentifier | string | Denotes the unique identifier of the device. |
userId | string | The unique id assigned to the user. |