Query users, optionally applying a filter.
id
OBJECT_ID
email
STRING
role
enabled
BOOLEAN
api.users.read
cURL
curl --request POST \ --url https://localtest.mindbridge.ai/api/v1/users/query \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "pageNumber": 123, "totalPages": 123, "content": [ { "version": 123, "email": "<string>", "role": "ROLE_ADMIN", "enabled": true, "id": {}, "creationDate": "2023-11-07T05:31:56Z", "lastModifiedDate": "2023-11-07T05:31:56Z", "createdUserInfo": { "userId": {}, "userName": "<string>" }, "lastModifiedUserInfo": { "userId": {}, "userName": "<string>" }, "firstName": "<string>", "lastName": "<string>", "validated": true, "serviceAccount": true, "recentLogins": [ { "timestamp": "2023-11-07T05:31:56Z", "ipAddress": "<string>" } ] } ], "numberOfElements": 123, "totalElements": 123, "pageable": { "pageNumber": 123, "pageSize": 123, "offset": 123, "sort": { "empty": true, "unsorted": true, "sorted": true } }, "pageSize": 123, "sort": { "empty": true, "unsorted": true, "sorted": true }, "first": true, "last": true, "size": 123, "number": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 0
x >= 1
OK
Show child attributes
Was this page helpful?