Organization Management

Invite Organization Member

Create an invitation to an organization

post/auth/organization/invite-member

Request body

emailstring required

The email address of the user to invite

organizationIdstring

The organization ID to invite the user to

resendboolean

Resend the invitation email, if the user is already invited. Eg: true

Response

Success

idstring required
emailstring required
rolestring required
organizationIdstring required
inviterIdstring required
statusstring required
expiresAtstring required
createdAtstring required

Changes

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

  • 200744ae0bef23See the full diff
    • the request property organizationId became not nullable

      request-property-became-not-nullable

    • the request property resend became not nullable

      request-property-became-not-nullable

    • the request property teamId became optional

      request-property-became-optional

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

      request-property-list-of-types-widened

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

      request-property-list-of-types-widened

  • 08bbb5bedb5d36See the full diff
    • the request property organizationId became not nullable

      request-property-became-not-nullable

    • the request property resend 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

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

    • the request property organizationId became nullable

      request-property-became-nullable

    • the request property resend became nullable

      request-property-became-nullable

    • endpoint added

      endpoint-added