Is it possible to get group ID from search API?

Must-share information (formatted with Markdown):

Hey there.

As noted in the changelog for the Group related APIs…

POST api/user_groups/add_user

  • 10.0 Parameter ‘id’ is removed. Use ‘name’ instead.

POST api/user_groups/update

  • 10.0 Parameter ‘id’ is removed in favor of ‘currentName’

So it’s a matter of transitioning from ID to group name.

Thanks for the reply.

I see, but the API change is not friendly for the Terraform usage. :cry: terraform is based on resource ID for its implementation. if there is no way to get the group id, seems to be hard to implementation…