English
Get all users for the instance
cURL
curl --request GET \ --url https://app.teable.io/api/admin/user \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "id": "<string>", "name": "<string>", "email": "<string>", "avatar": "<string>", "createdTime": "<string>", "lastSignTime": "<string>", "deactivatedTime": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns all users for the instance.
The response is of type object[].
object[]