FS

Invite an external member into the agent-fs shared org

The API server performs the invite with its own bootstrap credentials (which are API-only and never served over HTTP), provisioning the shared org/drive first when needed. Intended for the cloud control plane's Connect-to-Drive flow. No keys are returned; the invitee obtains their own key via agent-fs registration.

post/api/fs/members/invite

Request body

emailstring email required
role'viewer' | 'editor' | 'admin'

Response

Invite state ({ orgId, invited })

orgIdstring required
invitedboolean required

Changes

Changed in 3 of the 104 revisions of this API.14

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation