RyTask docs
REST APISlack

List Slack user mappings

Slack identities and the RyTask users they map to (capture attribution). Requires `org:settings:write`.

View as MarkdownOpen in ChatGPTOpen in Claude
GET
/integrations/slack/users

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