REST APISlack
List Slack user mappings
Slack identities and the RyTask users they map to (capture attribution). Requires `org:settings:write`.
Slack identities and the RyTask users they map to (capture attribution). Requires org:settings:write.
Authorization
bearerAuth AuthorizationBearer <token>
A session access token or a personal access token.
In: header
Response Body
application/json
curl -X GET "https://example.com/integrations/slack/users"[ { "slackUserId": "string", "slackUserName": "string", "slackUserEmail": "string", "mappedUserId": "b802b7da-640a-4a6d-ae31-7b649a4e36b4", "mappedManually": true }]Empty