Organization Management

Update Organization Member Role

Update the role of a member in an organization

post/auth/organization/update-member-role

Request body

memberIdstring required

The member id to apply the role update to. Eg: "member-id"

organizationIdstring

An optional organization ID which the member is a part of to apply the role update. If not provided, you must provide session headers to get the active organization. Eg: "organization-id"

Response

Success

Changes

Changed in 4 of the 23 revisions of this API.39

  • 200744ae0bef11See the full diff
    • the request property became not nullable

      request-property-became-not-nullable

    • request property list-of-types was widened by adding types array to media type application/json

      request-property-list-of-types-widened

  • 08bbb5bedb5d26See the full diff
    • the request property became not nullable

      request-property-became-not-nullable

    • removed the media type application/json for the response with the status

      response-media-type-removed

    • the endpoint scheme security bearerAuth was removed from the API

      api-security-removed

    • removed the non-success response with the status

      response-non-success-status-removed

    • removed the non-success response with the status

      response-non-success-status-removed

    • removed the non-success response with the status

      response-non-success-status-removed

    • removed the non-success response with the status

      response-non-success-status-removed

    • removed the non-success response with the status

      response-non-success-status-removed

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

    • the request property became nullable

      request-property-became-nullable

    • endpoint added

      endpoint-added