# catalog_invitations_platform_create Create a new platform invitation Endpoint: POST /api/catalog/invitations/platform/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `active` (boolean) Filter by active status - `email` (string) Filter by user email - `org` (string) Filter by platform organization - `page` (integer) Page number for pagination - `page_size` (integer) Number of results per page - `platform_key` (string) Filter by platform key - `sort` (string) Field to sort results by - `source` (string) Filter by invitation source - `username` (string) Filter by username - `verbose` (boolean) Whether to include verbose output ## Request fields (application/json): - `platform_key` (string, required) The platform to create an invitation for - `email` (string) The email address to invite - `username` (string) The username to invite - `active` (boolean) Whether the invitation is active - `source` (string) The source of the invitation - `redirect_to` (string) URL to redirect to after accepting the invitation - `created` (string) When the invitation was created - `expired` (string) When the invitation expires - `metadata` (object) Additional metadata for the invitation ## Response 200 fields (application/json): - `id` (integer, required) The unique identifier for the invitation - `user_id` (integer,null) The ID of the user associated with the invitation - `username` (string,null, required) The username of the user associated with the invitation - `email` (string,null, required) The email address associated with the invitation - `created` (string) When the invitation was created - `started` (string,null, required) When the invitation was started - `expired` (string,null, required) When the invitation expires - `source` (string,null, required) The source of the invitation - `redirect_to` (string,null, required) URL to redirect to after accepting the invitation - `active` (boolean, required) Whether the invitation is active - `metadata` (object, required) Additional metadata for the invitation - `platform_key` (string, required) The platform key associated with the invitation