···125125 withAnalytics("/users/:id", "GET", handlers.handleGetUser),
126126 {
127127 summary: "Get user information",
128128- description: "Retrieve cached user profile information from Slack",
128128+ description:
129129+ "Retrieve cached user profile information from Slack. User data is cached for 7 days before being refreshed.",
129130 tags: ["Users"],
130131 parameters: {
131132 path: [pathParam("id", "string", "Slack user ID", "U062UG485EE")],
···155156 withAnalytics("/users/:id/r", "GET", handlers.handleUserRedirect),
156157 {
157158 summary: "Redirect to user profile image",
158158- description: "Direct redirect to the user's cached profile image URL",
159159+ description:
160160+ "Direct redirect to the user's cached profile image URL. User data is cached for 7 days.",
159161 tags: ["Users"],
160162 parameters: {
161163 path: [pathParam("id", "string", "Slack user ID", "U062UG485EE")],