Get all users in the workspace
  GET /users    
 GET
 /users
 Responses
200
A list of users
object
 data    
 Array<object>
object
 id    
 string
  firstName    
 string
  lastName    
 string
  email    
 string
  status    
 The user’s status within the workspace
enum
  role    
 The user’s role within the workspace
enum
  matterRole    
 The default matter role of the user
enum
 403
Forbidden - user lacks permission to read users
object
 message    
 string
 500
Internal Server Error
object
 message    
 string