latestOpenAPI 3.0.02026-08-2045003.8 MB

72813baf8d47

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"
  ]
}