Update User
fizzy_update_userUpdate a user's display name or profile details in a Fizzy account by providing the account slug and user ID. Requires user management permissions.
Instructions
Update a user's display name or other profile information. Requires appropriate permissions for user management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The new display name of the user | |
| 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. |