Current section
Files
Jump to
Current section
Files
priv/docs/methods/admin.users.unsupportedVersions.export.json
{
"args": {
"date_end_of_support": {
"desc": "Unix timestamp of the date of past or upcoming end of support cycles. If not provided will include all announced end of support cycles. 0",
"required": false,
"type": "integer"
},
"date_sessions_started": {
"desc": "Unix timestamp of a date to start looking for user sessions. If not provided will start six months ago. 0",
"required": false,
"type": "integer"
}
},
"desc": "Ask Slackbot to send you an export listing all workspace members using unsupported software, presented as a zipped CSV file.",
"errors": {
"could_not_export": "For some reason, the export could not be started",
"invalid_team_id": "The team ID passed is invalid",
"not_an_enterprise": "Only enterprises are supported."
},
"rate_limit": {
"label": "Tier 1: 1+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin.users:read",
"url": "https://docs.slack.dev/reference/scopes/admin.users.read"
}
]
}
}