CommCare Cloud update-users

Hello,
i am installing CommCareHQ on a cloud server. i'am facing an issue when i run this command :cchq monolith update-users -u root
Error i get is Group dimagidev does not exist
Screenshot below

Hello,

This is likely because of below from the docs.

For most ansible-backed commands commcare-cloud will run in check mode first, and then ask you to confirm before applying the changes. Since check mode does not make sense for all commands, there are some that do not follow this pattern and apply the changes directly.

--skip-check

When this argument is included, the “check, ask, apply” behavior described above is circumvented, and the command is instead applied directly

Can you run with --skip-check and try again?

Hi Sravan,
Thank you it works