roles

Un-assign a role from a list of users

This is a business/enterprise only endpoint

post/roles/unassign

Request body

builderboolean

Add/remove global builder permissions from the list of users.

adminboolean

Add/remove global admin permissions from the list of users.

userIdsstring[] required

The user IDs to be updated to add/remove the specified roles.

Response

Returns a list of updated user IDs

Changes

Changed in 3 of the 51 revisions of this API.423

  • 44fbe9f14200322See the full diff
    • the admin request property type/format changed from object/ to boolean/

      request-property-type-changed

    • the builder request property type/format changed from object/ to boolean/

      request-property-type-changed

    • removed the required property userIds from the response with the 200 status

      response-required-property-removed

    • removed the request property admin/global

      request-property-removed

    • removed the request property builder/global

      request-property-removed

    • added the new optional request property appBuilder

      new-optional-request-property

    • added the required property data to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog