
v5.0.0-beta1
- Getting Started
- Authentication
- AdvancedReports
- Targets
- Exceptions
- Plans
- Products
- Subscriptions
- Vulnerabilities
- Reports
- Scanners
- Hosts
- Notifications
- Organizations
- Subscribe to a planPOST
- List organizationsGET
- Create OrganizationPOST
- List dependent subscriptionsGET
- Show an organizationGET
- Update an organizationPUT
- Delete an organizationDELETE
- Subscribe an organization to a planPOST
- Unsubscribe an organization from a planPOST
- Move a user from one organization to anotherPUT
- Export all organizations to a CSV fileGET
- Organization Subscriptions
- Whitelabel
- PortLists
- getPortalSettings
- Scan Hosts
- Scan Vulnerabilities
- Schedules
- User
- Get current user
- Update current user
- Change current user password
- Get current user active plans (Not implemented yet)
- Get organization members
- Get current user products
- Get current organization
- Update current organization
- Get subscriptions history
- Change users product
- Checks if authorization token is valid
- Get current user permissions
- Check if the user can be deleted
- Transfers all the resources from the user to another user
- Delete my account
- Users
- Scans
- User 2FA
- UserPreferences
- webhooks
- Webhooks
- Audit
Create Organization
POST
/v2/organizations
Organizations
Last modified:2024-11-12 10:01:32
and associate users with this customer.
Request
Body Params application/json
organization
objectÂ
optional
name
stringÂ
required
description
stringÂ
optional
parent_organization
string <uuid>
optional
skip_default_subscription
booleanÂ
optional
Example:
true
plans
array [object {5}]Â
required
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v2/organizations' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
đŸŸ¢201Created
application/json
Body
object {0}
Example
{}
đŸŸ 401Unauthorized
đŸŸ 403Forbidden
đŸŸ 422Parameter Error
Modified at 2024-11-12 10:01:32