Get list of users
GET
https://api.leanlaw.io
/v2/users
query Parameters
email
stringFind a user by their email
role
string · enumThe role to filter users by.
The role of the user
Enum values:principalattorneyparalegaltimekeeperoperatoraccountantquery
stringSearch query (searches user by first name, last name, initials, or email)
queryFullMatch
booleanIf true, the query passed in must match the full field. For example, if passing in "JO" it will match someone with those initials but not the first name "John". If false, the query will return record that partially match the field. Default: false.
Responses
OK
data
array | nullThe data returned by the API