get_accounts_by_auth_descriptor_id

@mount("ft4.get_accounts_by_auth_descriptor_id") query get_accounts_by_auth_descriptor_id(id: byte_array, page_size: integer?, page_cursor: text?): paged_result(source)

Retrieves all accounts which the provided auth descriptor id is associated with. Since there might potentially be many accounts that match this criteria, the response of this query is paginated.

Parameters

id

the id of the auth descriptor in question

page_size

the size of the pages to retrieve

page_cursor

a pointer to where the page should start

See also

utils.paged_result

for information about pagination