GET v2/api/users/{id}/api-credentials
Returns the list of API credentials associated with the specified user. Only the Administrator who created the specified user or the user themselves can call this method, otherwise 403:Forbidden is returned.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | The identifier of the target user. |
Define this parameter in the request URI. |
Response Information
A list of API Credentials associated with the specified user is returned. This end-point can only be called by the Administrator who created the specified user or the specified user themselves, otherwise a 403:Forbidden is returned. If the user is not known a 404:NotFound is returned.
Response body formats
application/json, text/json
Sample:
[ { "Id": "ed7a71b5-010a-400c-b6a4-24db68ce2a88", "Enabled": true, "Created": "2025-04-04T06:00:20.2758586+00:00" }, { "Id": "ed7a71b5-010a-400c-b6a4-24db68ce2a88", "Enabled": true, "Created": "2025-04-04T06:00:20.2758586+00:00" }, { "Id": "ed7a71b5-010a-400c-b6a4-24db68ce2a88", "Enabled": true, "Created": "2025-04-04T06:00:20.2758586+00:00" } ]