Changes to Get organization members list

GET /api/organizations/{id}/memberships

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 6 of the 97 revisions of this API.15110

  1. 1d13f90af57a32
  2. 037e8b19fbfd1
  3. e518dbbb2b12212
  4. b5f055b9d45b10
  5. c2893748a8d34
  6. 9ba357b1fdb31

What changed

  • 1d13f90af57a32See the full diff
    • the response property results/items/role_source became nullable for the status 200

      response-property-became-nullable

    • the results/items/role response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the results/items/role_source response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • added OrganizationRoleEnum to the results/items/role response property allOf list for the response status 200

      response-property-all-of-added

    • added RoleSourceEnum to the results/items/role_source response property allOf list for the response status 200

      response-property-all-of-added

    • added the required property results/items/flex to the response with the 200 status

      response-required-property-added

  • e518dbbb2b12212See the full diff
    • for the query request parameter role, the type/format was changed from string/ to array/

      request-parameter-type-changed

    • for the query request parameter tags, the type/format was changed from string/ to array/

      request-parameter-type-changed

    • deleted the query request parameter scope

      request-parameter-removed

    • for the query request parameter exclude_project_id, the type/format was generalized from integer/ to number/

      request-parameter-type-generalized

    • for the query request parameter exclude_workspace_id, the type/format was generalized from integer/ to number/

      request-parameter-type-generalized

    • the response property results/items/concurrency became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/user/avatar became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/user/lse_fields/allOf[LseFields]/invite_expired became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/user/lse_fields/allOf[LseFields]/invite_expired_at became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/user/pause became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/user_type became nullable for the status 200

      response-property-became-nullable

    • the results/items/concurrency response's property type/format changed from string/ to object/ for status 200

      response-property-type-changed

    • the results/items/user/lse_fields/allOf[LseFields]/email_notification_settings response's property type/format changed from string/ to object/ for status 200

      response-property-type-changed

    • the results/items/user/lse_fields/allOf[LseFields]/invite_expired response's property type/format changed from string/ to boolean/ for status 200

      response-property-type-changed

    • the results/items/user/pause response's property type/format changed from string/ to object/ for status 200

      response-property-type-changed

    • added the new optional query request parameter is_deleted

      new-optional-request-parameter

    • added the new optional query request parameter user__last_activity__gte

      new-optional-request-parameter

    • added the new optional query request parameter user__last_activity__lte

      new-optional-request-parameter

    • added the new optional query request parameter user_type

      new-optional-request-parameter

    • added the required property results/items/user_type to the response with the 200 status

      response-required-property-added

Of the 97 revisions, 1 has no diff computed.