Skip to content
Pile
Esc
navigateopen⌘Jpreview

Sync GitHub users

POST/workspaces/{organizationId}/github/users
Path parameters
organizationIdstringrequired
Request body
application/json
userIdstringrequired
githubLoginstringrequired
Responses
201GitHub user mapping created
idstringrequired
organizationIdstringrequired
userIdstringrequired
githubLoginstringrequired
createdAtstringrequired
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "/workspaces/string/github/users" \
  -H "Content-Type: application/json" \
  -d '{
  "userId": "string",
  "githubLogin": "string"
}'
Response
{
  "id": "string",
  "organizationId": "string",
  "userId": "string",
  "githubLogin": "string",
  "createdAt": "string"
}