Get User Details
fizzy_get_userFetch detailed information about a specific user, including name, email, role, and permissions, using an account slug and user ID.
Instructions
Get detailed information about a specific user including their name, email, role, and permissions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The unique user identifier: a 25-character identifier, e.g., '0000000000000000000000abc'. Get available user IDs from fizzy_get_users. | |
| account_slug | Yes | The account slug identifier (e.g., '123456' or '/123456'). This identifies which Fizzy account to operate on. Get available account slugs from fizzy_get_identity or fizzy_get_accounts. |