How to disable accounts in bulk? | XM Community
Skip to main content

How to disable accounts in bulk?


Forum|alt.badge.img

Hey everyone,

I was curious what are the steps needed to disable accounts in bulk rather individually?
We have over 800 + users on our license... but we're going to disable accounts since they're on a new platform.
I understanding running an API would solve this. But I'm not exactly sure how/where to start

Pinned reply

February 2, 2024

I found the API solution and just wanted to add it here in case anyone else is looking for it.

 

Use this PUT call:

https://co1.qualtrics.com/API/v3/users/{UserID}

With this in the body:

{
  "status": "disabled"
}
 
Pretty easy once you know, but still not great for mass updates.

5 replies

Forum|alt.badge.img+1
  • 10 replies
  • September 8, 2021

Hi,
we have the same requirement.
Did you understand which is the API call to disable account?

Best regards


  • 5 replies
  • November 29, 2021

i have almost 50k plus accounts and readily need to disable and enable.
only solution suggested is to use an API call. but is there any other better way to do so? hope this features can be upvoted and worked on


Forum|alt.badge.img

Did anyone find the solution, please let me know as well.


JesperAndersen
QPN Level 4 ●●●●
Forum|alt.badge.img+11
  • QPN Level 4 ●●●●
  • 92 replies
  • February 2, 2024

Does anyone know if a solution for this was found?


JesperAndersen
QPN Level 4 ●●●●
Forum|alt.badge.img+11
  • QPN Level 4 ●●●●
  • 92 replies
  • February 2, 2024

I found the API solution and just wanted to add it here in case anyone else is looking for it.

 

Use this PUT call:

https://co1.qualtrics.com/API/v3/users/{UserID}

With this in the body:

{
  "status": "disabled"
}
 
Pretty easy once you know, but still not great for mass updates.

Leave a Reply