Organization Management

Add Organization Team Member

The newly created member

post/auth/organization/add-team-member

Request body

teamIdstring required

The team the user should be a member of.

userIdstring required

The user Id which represents the user to be added as a member.

organizationIdstring

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

Response

Success

idstring required

Unique identifier of the team member

userIdstring required

The user ID of the team member

teamIdstring required

The team ID of the team the team member is in

createdAtstring required

Timestamp when the team member was created

Changes

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

    • the request property became not nullable

      request-property-became-not-nullable

  • 08bbb5bedb5d36See 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 response's property format changed from date-time to no format for status

      response-property-type-changed

    • 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

    • added the new optional request property

      new-optional-request-property

    • endpoint added

      endpoint-added