# Sends an invitation to Aritma ID Endpoint: POST /v1/users/invite Version: V1 Security: authorization_code_with_pkce, client_credentials ## Query parameters: - `email` (string) The email address to send the invitation to. Example: "jane.doe@aritma.com" - `redirectUrl` (string) The URL the user will be redirected to after accepting the invitation. Example: "https://app.example.com/accept-invite" ## Response 204 fields ## Response 401 fields ## Response 403 fields