get
https://{baseurl}/usermanagement/api/v1/organizations// /idp-users//user-credentials
This API endpoint allows you to fetch the list of the credentials issued to a specific 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. |
| userID | string | The unique id assigned to the user. |
Response Object
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique ID of the user. |
| type | string | The type of the credential. |
| value | string | The value of the credential. |
| temporary | boolean | Indicates if the credential is temporary. |
| period | integer | The period of the credential. |
| digits | integer | The number of digits in the credential. |
| counter | integer | The counter value of the credential. |
| algorithm | string | The algorithm used for the credential. |
| priority | integer | The priority of the credential. |
| userLabel | string | The user-friendly label of the credential. |
