Group_ids contains group names for Zoom User in pending state

API Endpoint(s) and/or Zoom API Event(s)

Description
Hello :slight_smile:

When trying to update a user group_id in a zoom user who is in pending status, the API returns the group name in the group_ids afterwards.
When the zoom_user is activated, the API correctly returns the group id in group_ids.

"@thomas.leguen, Iโ€™m having a bit of trouble understanding what you are asking here? Could you provide some practical examples or scenarios to help clarify?

Sorry, I wrote too fast

Here is the result of a GET on a user in pending status added to the โ€œITโ€ group.

image

Now, here is the result of a GET on a user activated added to the same group

image

We rely on the id to identify the group, not group name. We can build around it, but we wanted first to raise the inconsistency.

@thomas.leguen this is expected behavior

Ok, but I donโ€™t understand why, could you elaborate please ?
Also, this is not documented.