Organization
Organization
Implements
Fields
_id (
ID!
)
Id
analytics (
OrganizationAnalytics
)
contract (
OrganizationContract!
)
Organization tier, modules and user licenses
createdAt (
Date
)
When org was created at
incidentRules (
[IncidentRule!]!
)
Incident rules for running actions on new incidents @filterable @sortable @paginatable
Argument | Type | Description |
---|---|---|
after |
ID
|
|
before |
ID
|
|
filter |
IncidentRule_filter
|
|
first |
Int
|
|
last |
Int
|
|
skip |
Int
|
|
sort |
[IncidentRule_sort]
|
incidents (
[Incident]
)
Threatborne incidents created for organization @filterable @sortable @paginatable
Argument | Type | Description |
---|---|---|
after |
ID
|
|
before |
ID
|
|
filter |
Incident_filter
|
|
first |
Int
|
|
last |
Int
|
|
search |
String
|
|
skip |
Int
|
|
sort |
[Incident_sort]
|
name (
String!
)
Name of the organization e.g. HoxHunt
simulationSenderDomains (
[SimulationSenderDomain!]!
)
Simulation sender domains for organization email allowlisting
threats (
[Threat]
)
Threats reported by org users @filterable @sortable @paginatable
Argument | Type | Description |
---|---|---|
after |
ID
|
|
before |
ID
|
|
filter |
Threat_filter
|
|
first |
Int
|
|
last |
Int
|
|
skip |
Int
|
|
sort |
[Threat_sort]
|
updatedAt (
Date
)
When org was updated at
userCustomAttributeDefinitions (
OrgUserCustomAttributeDefinitions
)
List of custom attribute definitions
users (
[User!]!
)
Users for the organization @filterable @sortable @paginatable
Argument | Type | Description |
---|---|---|
after |
ID
|
|
before |
ID
|
|
filter |
User_filter
|
|
first |
Int
|
|
last |
Int
|
|
search |
String
|
|
skip |
Int
|
|
sort |
[User_sort]
|