{
  "args": {
    "user_ids": {
      "desc": "The IDs of users you'd like to clear session settings for.",
      "example": "['U1234']",
      "required": true,
      "type": "array"
    }
  },
  "desc": "Clear user-specific session settings—the session duration and what happens when the client closes—for a list of users.",
  "errors": {
    "admin_unauthorized": "The owner of this token isn't authorized to clear sessions.",
    "bots_not_allowed": "Bot users may not have their settings cleared.",
    "feature_not_enabled": "This method is only available to Enterprise customers.",
    "not_an_admin": "The owner of this token isn't an Org Owner or Admin.",
    "unknown_method": "This method is currently not available.",
    "user_not_found": "There was an error finding a requested user."
  },
  "rate_limit": {
    "label": "Tier 4: 100+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {
    "user": [
      {
        "name": "admin.users:write",
        "url": "https://docs.slack.dev/reference/scopes/admin.users.write"
      }
    ]
  }
}

