Organizations

User Group - Update User Mapping

Update the mapping of a given user group to users

put/setup/access/userGroup/{userGroupId}/userMapping

Parameters

#/paths/~1setup~1access~1userGroup~1%7BuserGroupId%7D/get/parameters/0 — unresolved $ref

Request body

userIdsstring[]

The users to register under the given user group (should be existing users only)

Example request

{
  "userIds": [
    "u-12345678",
    "pu-12345678"
  ]
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.