List IC Domain Accounts

List IC Domain Accounts

This API supports Pagination.

Request
URI
GET
https://{api_host}//localhost/rest/config/v1/ic-domain-accounts
COPY
Query Parameters
integer
page
Optional

page, if passed should be > 0.

page example
1
integer
size
Optional

size, if passed should be > 0

size example
10

Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "ad_domain_id": "S-1-5-21-1085031214-1563985344-725345543",
        "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
        "username": "testuser"
    }
]

401

User is not authenticated

Operation doesn't return any data structure