User

IDT-934: owner-only bulk operations over a user selection — passivate, change brand, change profile, change group. Each user is processed independently; per-user failures are reported in the response and do not abort the batch (not transactional). Action payloads reuse the validated single-user paths (Save / AddUserToProfile / UserChangeGroups), so the existing assignment and audit rules still apply.

post/v1/users/bulk-action

Request body

userIdsinteger[] required
action1 | 2 | 3 | 4 required

Owner-only bulk operations applied to a selection of users (IDT-934).<p>Enum values:</p><ul><li><i>1 = Passivate</i></li><li><i>2 = ChangeBrand</i></li><li><i>3 = ChangeProfile</i></li><li><i>4 = ChangeGroup</i></li></ul>

valuestring nullable

Action payload: comma-separated department ids (ChangeBrand), a single profile id (ChangeProfile), comma-separated group ids (ChangeGroup). Ignored for Passivate.

Response

OK

succeededinteger
failedinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.