update_profile
Update your Signal profile name, about text, and avatar photo. Changes propagate immediately to all contacts.
Instructions
Update your own Signal profile visible to all contacts. name sets your display name shown to contacts who have not saved your number. about sets the bio text shown on your profile page. avatar_path sets a new profile photo from a local image file (JPEG or PNG). Set remove_avatar=true to clear your current photo without setting a new one. All parameters are optional — only include what you want to change. Changes are propagated to the Signal network immediately. Use get_profile to read a contact's current profile. Do NOT use to rename a linked device — use update_device for that. Do NOT use to change messaging settings — use update_configuration for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Display name to set | |
| about | No | About/bio text | |
| avatar_path | No | Path to avatar image file | |
| remove_avatar | No | Remove current avatar |