diff --git a/docs/api/index.html b/docs/api/index.html index 76e142969..de91038db 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -413,7 +413,7 @@ data-styled.g137[id="sc-kBpWFy"]{content:"eDlXyu,"}/*!sc*/
-userId required | string The ID of the user to find - |
accessToken required | string |
{- "user": {
- "createdAt": "string",
- "disabledAt": "string",
- "nameChangedAt": "string",
- "id": "string",
- "displayName": "string",
- "previousNames": [
- "string"
], - "scopes": [
- "string"
], - "displayColor": 0,
- "isBot": true,
- "authenticated": true
}, - "connectedClients": [
- {
- "connectedAt": "2019-08-24T14:15:22Z",
- "userAgent": "string",
- "geo": "string",
- "id": 0,
- "messageCount": 0
}
], - "messages": [
- {
- "timestamp": "string",
- "type": "string",
- "id": "string",
- "user": {
- "createdAt": "string",
- "disabledAt": "string",
- "nameChangedAt": "string",
- "id": "string",
- "displayName": "string",
- "previousNames": [
- "string"
], - "scopes": [
- "string"
], - "displayColor": 0,
- "isBot": true,
- "authenticated": true
}, - "hiddenAt": "string",
- "clientId": 0,
- "body": "string"
}
]
}
These APIs are used internally for the operation of the application. They should not be used by third party clients or tooling, as they may require sharing your admin password, and additionally may change at any time.