You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -332,27 +333,27 @@ Archive users if not in Discord.
332
333
333
334
```json
334
335
{
335
-
"message": "Successfully updated users archived role to true if in_discord role is false | Couldn't find any users currently inactive in Discord but not archived.",
336
-
"data": {
337
-
"totalUsers": "number",
338
-
"totalUsersArchived": "number",
339
-
"totalOperationsFailed": "number"
340
-
}
336
+
"message": "Successfully updated users archived role to true if in_discord role is false | Couldn't find any users currently inactive in Discord but not archived.",
337
+
"data": {
338
+
"totalUsers": "number",
339
+
"totalUsersArchived": "number",
340
+
"totalOperationsFailed": "number"
341
+
}
341
342
}
342
343
```
343
344
344
345
**Addition info if debug query is set to true**
345
346
346
347
```json
347
348
{
348
-
"message": "Successfully updated users archived role to true if in_discord role is false | Couldn't find any users currently inactive in Discord but not archived.",
349
-
"data": {
350
-
"totalUsers": "number",
351
-
"totalUsersArchived": "number",
352
-
"totalOperationsFailed": "number",
353
-
"updatedUserDetails": "array",
354
-
"failedUserDetails": "array"
355
-
}
349
+
"message": "Successfully updated users archived role to true if in_discord role is false | Couldn't find any users currently inactive in Discord but not archived.",
350
+
"data": {
351
+
"totalUsers": "number",
352
+
"totalUsersArchived": "number",
353
+
"totalOperationsFailed": "number",
354
+
"updatedUserDetails": "array",
355
+
"failedUserDetails": "array"
356
+
}
356
357
}
357
358
```
358
359
@@ -364,9 +365,9 @@ Archive users if not in Discord.
364
365
365
366
```json
366
367
{
367
-
"statusCode": 401,
368
-
"error": "Unauthorized",
369
-
"message": "Unauthenticated User"
368
+
"statusCode": 401,
369
+
"error": "Unauthorized",
370
+
"message": "Unauthenticated User"
370
371
}
371
372
```
372
373
@@ -376,9 +377,9 @@ Archive users if not in Discord.
376
377
377
378
```json
378
379
{
379
-
"statusCode": 400,
380
-
"error": "Bad Request",
381
-
"message": "Invalid payload"
380
+
"statusCode": 400,
381
+
"error": "Bad Request",
382
+
"message": "Invalid payload"
382
383
}
383
384
```
384
385
@@ -388,8 +389,8 @@ Archive users if not in Discord.
0 commit comments