Skip to content

Get all users in the workspace

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
Allowed values: ACTIVE INVITED REVOKED
role

The user’s role within the workspace

enum
Allowed values: OWNER ADMIN MEMBER GUEST
matterRole

The default matter role of the user

enum
Allowed values: PRINCIPAL BUSINESS_1 ADVOCATE_1 CONSULTANT_1 LEGAL_1 LEGAL_2 LEGAL_3 ADMINISTRATIVE_1 ADMINISTRATIVE_2

403

Forbidden - user lacks permission to read users

object
message
string

500

Internal Server Error

object
message
string