Organization Management

Create Organization Role

Create Organization Role

post/auth/organization/create-role

Request body

organizationIdstring
rolestring required

The name of the role to create

permissionobject required

The permission to assign to the role

additionalFieldsobject

Response

Success

Changes

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

    • the permission/additionalProperties/ request property type/format changed from / to array/

      request-property-type-changed

    • the request property additionalFields became not nullable

      request-property-became-not-nullable

    • the request property organizationId became not nullable

      request-property-became-not-nullable

    • the permission request property type/format changed from string/ to object/

      request-property-type-changed

  • 08bbb5bedb5d37See the full diff
    • the request property additionalFields became not nullable

      request-property-became-not-nullable

    • the request property organizationId became not nullable

      request-property-became-not-nullable

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

      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 400

      response-non-success-status-removed

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • removed the non-success response with the status 404

      response-non-success-status-removed

    • removed the non-success response with the status 429

      response-non-success-status-removed

    • removed the non-success response with the status 500

      response-non-success-status-removed

    • added the success response with the status 200

      response-success-status-added

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

    • endpoint added

      endpoint-added