users_profile_get
Retrieve a user's Slack profile information. Optionally include custom field labels or get the full response.
Instructions
Retrieve a user's profile information. Set detailed=True for full response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | ID of user to retrieve profile info for; defaults to the authenticated user if omitted (e.g. ``U0123``). | |
| detailed | No | Set to ``True`` to return the full, uncompacted Slack response. | |
| include_labels | No | Set to ``True`` to include labels for each ID in custom profile fields. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||