v1
latestOpenAPI 3.1.02026-07-2481742657.4 KBAccount Management
Invite user to organization
Invite a user to an organization. The user will receive an email to join the organization. This is equivalent to adding a new member via the UI.<br><br>Only users with the Admin role in the provided organization can perform this operation.<br><br>This endpoint does not cost any credits to execute.
post/v3/accounts/organizations/{organization_id}/invitations
Path parameters
organization_idstring uuid required
The ID of a Censys organization. See the Getting Started docs for more information.
Example:11111111-2222-3333-4444-555555555555
The ID of a Censys organization. See the Getting Started docs for more information.
Request body
Example request
{
"email": "user@example.com"
}Response
Invitation sent successfully