Organization Management

Remove Organization Team Member

Remove a member from a team

post/auth/organization/remove-team-member

Request body

teamIdstring required

The team the user should be removed from.

userIdstring required

The user which should be removed from the team.

organizationIdstring

The organization ID which the team falls under. If not provided, it will default to the user's active organization.

Response

Success

message'Team member removed successfully.' required

Confirmation message indicating successful removal

Changes

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

    • the request property organizationId became not nullable

      request-property-became-not-nullable

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

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

    • added the new optional request property organizationId

      new-optional-request-property

    • endpoint added

      endpoint-added