Clio Users API
A User is anyone with the ability to log in to Clio. This does not include Clio for Co-Counsel/Clio Connect users. [Support Link](https://help.clio.com/hc/en-us/articles/9200279456667-Account-Users-and-Permissions) ## Firm name You can obtain the name of the firm linked to a user by accessing the nested `account` object: ```json Request GET /api/v4/users/who_am_i?fields=account{name} ```