Field | Type | Required | Description |
---|---|---|---|
organizationId |
String | ✔️ | The organization ID. |
limit |
Optional<Long> | ➖ | Applies a limit to the number of results returned. Can be used for paginating the results together with offset . |
offset |
Optional<Long> | ➖ | Skip the first offset results when paginating.Needs to be an integer greater or equal to zero. To be used in conjunction with limit . |
verified |
Optional<String> | ➖ | Filter domains by their verification status. true or false |
enrollmentMode |
Optional<String> | ➖ | Filter domains by their enrollment mode |