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": "ffb87a90-13b2-484b-b18e-d87765b9da16", "Enabled": true, "Created": "2024-11-21T09:34:09.6407583+00:00" }, { "Id": "ffb87a90-13b2-484b-b18e-d87765b9da16", "Enabled": true, "Created": "2024-11-21T09:34:09.6407583+00:00" }, { "Id": "ffb87a90-13b2-484b-b18e-d87765b9da16", "Enabled": true, "Created": "2024-11-21T09:34:09.6407583+00:00" } ]