Save a case to the account
create_case_passportSave a case that find_federal_case just located to the signed-in CaseMagic account, which creates its Case Passport — the persistent record of the matter — and its permanent CaseMail address. Use this after the user has confirmed which case is theirs and wants CaseMagic to keep it. Requires the connect_token from that lookup, which expires shortly afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_role | Yes | The user's own role in the case. Ask them rather than guessing. | |
| connect_token | Yes | The connect_token returned by find_federal_case for the case the user confirmed. |