patchUsersBulk update state in bulk

Hi team,

Is there any particular reason why patchUsersBulk API does not accept state in the body?
I've tried
[{
"id": THE_USER_ID,
"state":"inactive",
"acdAutoAnswer": true
}]
but it only updated acdAutoAnswer.
Bulk Import feature using csv file in the UI also does not accept state.

We regularly clean up our users (set state = inactive) for security reason, and to have this work instead of making multiple patchUser calls to update each user could save us quite a lot of time, not to mention the rate limit if no.users to be updated is a few hundreds.

Please have this implemented if possible.

Regards,
Jack

Hello,

The state attribute is not part of the supported Request schema (PATCH Body) of the update bulk users.
You can only modify the ACD AutoAnswer with this endpoint.
See the description of the API endpoint here.

The state can't be updated via a bulk request at this time.

You can vote for new ideas on the Genesys Cloud Product Ideas lab.
Doing so helps Product Management to prioritize new features.

Regards,

Thanks Jerome.

New idea has been submitted
patchUsersBulk update state in bulk

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.