Get list of users
GET
https://api.leanlaw.io
/v2/users
query Parameters
emailstringFind a user by their email
rolestring · enumThe role to filter users by.
The role of the user
Enum values:principalattorneyparalegaltimekeeperoperatoraccountantquerystringSearch query (searches user by first name, last name, initials, or email)
queryFullMatchbooleanIf 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
dataarray | nullThe data returned by the API