Organization Management

List Organization User Invitations

List all invitations a user has received

get/auth/organization/list-user-invitations

Response

Success

idstring required
emailstring required
rolestring required
organizationIdstring required
organizationNamestring required
inviterIdstring required

The ID of the user who created the invitation

teamIdstring nullable

The ID of the team associated with the invitation

statusstring required
expiresAtstring required
createdAtstring required

Changes

Changed in 2 of the 23 revisions of this API.17

  • 08bbb5bedb5d16See the full diff
    • 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

    • endpoint added

      endpoint-added