Identify the active Clio user
clio_who_am_iConfirms API authentication by retrieving the current user's profile, showing id, name, email, and roles.
Instructions
Calls GET /users/who_am_i.json to confirm credentials work and return the current user record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional comma-separated list of fields to return. Defaults to a sensible subset: id,name,email,enabled,roles. |