Inbox

Get Admin Inbox

Returns a list of pending join requests that the authenticated user is authorized to approve or reject.

get/v1/me/inbox

Response

A list of pending join requests

Example response

{
  "inbox": [
    {
      "type": "join_request"
    }
  ]
}

Changes

Changed in 3 of the 18 revisions of this API.47

    • removed the required property inbox/items/team_id from the response with the 200 status

      response-required-property-removed

    • removed the required property inbox/items/team_name from the response with the 200 status

      response-required-property-removed

    • removed the required property inbox/items/user_email from the response with the 200 status

      response-required-property-removed

    • removed the required property inbox/items/user_id from the response with the 200 status

      response-required-property-removed

    • api tag Inbox added

      api-tag-added

    • api tag Team Memberships removed

      api-tag-removed

    • added the required property inbox/items/payload to the response with the 200 status

      response-required-property-added

    • added the required property inbox/items/type to the response with the 200 status

      response-required-property-added

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

    • api tag Team Memberships added

      api-tag-added

    • api tag Teams removed

      api-tag-removed

    • endpoint added

      endpoint-added