management

Remove users from user role

Remove users from user role

patch/v2/user/role/{roleId}/remove-members

Path parameters

roleIdinteger required

Role identifier

Request body

integer[] required

Response

User role

idinteger

Role identifier

namestring

Role name

typestring

Role type

descriptionstring

Role description

Changes

Changed in 1 of the 2 revisions of this API.21

  • 753f26d4665021See the full diff
    • request body became required

      request-body-became-required

    • removed the media type */* from the request body

      request-body-media-type-removed

    • added the media type application/json to the request body

      request-body-media-type-added