API ClientsTypeScript SDKAPI ReferenceCoreType AliasesSearchClientsForRoleDataVersion: 8.10 (unreleased)On this pageType Alias: SearchClientsForRoleData type SearchClientsForRoleData = object; Properties body? optional body?: RoleClientSearchQueryRequest; path path: object; roleId roleId: RoleId; The role ID. query? optional query?: never; url url: "/roles/{roleId}/clients/search";Was this helpful?