List all users in a given project. If more than limit
users exist, a cursor for pagination will be returned with the response.
List of users paginated
The response for a bad request.
Validation Error
{- "items": [
- {
- "username": "string",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000,
- "sessionId": 1
}
], - "nextCursor": "string"
}