RyTask docs
REST APISlack

Map a Slack user to a RyTask user

Requires `org:settings:write`.

View as MarkdownOpen in ChatGPTOpen in Claude
POST
/integrations/slack/users/{slackUserId}/map

Requires org:settings:write.

Authorization

bearerAuth
AuthorizationBearer <token>

A session access token or a personal access token.

In: header

Path Parameters

slackUserId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/integrations/slack/users/string/map" \  -H "Content-Type: application/json" \  -d '{    "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"  }'
{  "slackUserId": "string",  "slackUserName": "string",  "slackUserEmail": "string",  "mappedUserId": "b802b7da-640a-4a6d-ae31-7b649a4e36b4",  "mappedManually": true}
Empty
Empty
Empty