A. In the org admin dashboard, select Profile, then open the Configure Profiles section and add a field “Favorite Dessert”. Edit the field to update from SCIM and publish the changes.
B. In the org admin dashboard, select Profile, then open the Configure Profiles section and add a field “Favorite Dessert”. Edit the field to update from API and publish the changes.
C. In their IDP, add a field “Favorite Dessert”. Edit the field to update from SCIM and publish the changes.
D. In the org admin dashboard, select Profile, then open the Configure Profiles section and add a field “Favorite Dessert”. Publish the changes.
Explanation:
The correct recommendation is to add the custom profile field directly from the org admin dashboard and publish the change. The requirement is simple: all members should be able to add their favorite dessert in their Slack profile. This is not an identity-provider-driven attribute and does not require SCIM provisioning. SCIM-managed fields are appropriate for controlled identity attributes such as title, department, manager, or other directory-owned values that should be synchronized from the identity provider. “Favorite Dessert” is a user profile enrichment field, not a controlled identity field.
Option A is incorrect because updating from SCIM would make the field dependent on an external identity source.
Option B is incorrect because “update from API” is not the right administrative setup for this ordinary profile field use case.
Option C starts in the wrong place because the field does not need to originate in the IDP.
Option D correctly uses Slack profile configuration at the org level and publishes the field so it becomes available to members.
Reference topic: Policies and Settings ― profile configuration, custom profile fields, SCIM-managed fields, and org-level profile governance.