Programmatically invite users to your Langdock workspace via email
api.langdock.com with your deployment’s base URL: <deployment-url>/api/publicUSER_MANAGEMENT_API scopeinvalidEmails but doesn’t fail the request.200 response can still contain invalidEmails — these are emails that passed format validation but failed deeper checks (e.g., unreachable domain). Always check both successfulInvites and invalidEmails in the response.API key as Bearer token. Format "Bearer YOUR_API_KEY"
List of users to invite. At least one user is required.
1Invitations processed successfully
Always "success" when the request is processed
success "success"
Human-readable summary of the result
"Invitations processed"
Email addresses that were successfully invited
["alice@example.com", "bob@example.com"]Email addresses that failed deeper validation (e.g., unreachable domain)
[]