users_profile_set
Update a user's Slack profile fields, such as first name or display name, using either a single field with value or a map of fields.
Instructions
Set the profile information for a user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of a single profile field to set (e.g. ``first_name``); use with ``value``. | |
| user | No | ID of user to change; requires admin scope, defaults to the authenticated user (e.g. ``U0123``). | |
| value | No | Value to set on a single profile field named by ``name``. | |
| profile | No | Map of profile fields to set, as key-value pairs (alternative to ``name``/``value``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||