LeanLaw Developer Platform
LeanLaw API

User

Endpoint:https://api.leanlaw.io

Get list of users

GET
https://api.leanlaw.io
/v2/users

Get list of usersquery Parameters

  • emailstring

    Find a user by their email

  • rolestring · enum

    The role to filter users by.

    The role of the user

    Enum values:
    principal
    attorney
    paralegal
    timekeeper
    operator
    accountant
  • querystring

    Search query (searches user by first name, last name, initials, or email)

  • queryFullMatchboolean

    If 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.

Get list of usersResponses

OK

  • dataarray | null

    The data returned by the API