Exam Slack-Dev-201 Topic 1 Question 152 Discussion
Actual exam question for Salesforce's Slack-Dev-201 exam
Question #: 152
Topic #: 1
Question #: 152
Topic #: 1
If your Slack app needs to access user profile information and perform actions on behalf of a user, what type of token should you request to adhere to security best practices?
Suggested Answer: B Vote an answer
User OAuth Token A User OAuth Token is required when an app needs to perform actions or access information on behalf of a specific user, such as accessing user profile information. This type of token ensures that the app operates with the necessary permissions granted by individual users, aligning with security best practices.
Why not the other options:
*A Bot User OAuth Token operates on behalf of the bot user, not individual Slack users, and may not have the required permissions to access user-specific data.
*Workspace Access Token is not a standard token type in Slack API.
*An App-Level Token typically provides access to workspace-level data and features, not individual user-level actions or information.
Why not the other options:
*A Bot User OAuth Token operates on behalf of the bot user, not individual Slack users, and may not have the required permissions to access user-specific data.
*Workspace Access Token is not a standard token type in Slack API.
*An App-Level Token typically provides access to workspace-level data and features, not individual user-level actions or information.
by Leila at Jul 17, 2026, 11:33 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).