Search Stakeholders
Search Stakeholders — GET
Two search modes are available:
Full-text search
Uses the q parameter. Cannot be combined with other parameters only mustHave, include, size, direction and sort can be used.
curl --location 'https://api.stonal.io/datalake/v1/organizations/$organization/stakeholders?size=10&q=123231124&direction=asc&sort=name&include=CONTRACTS&mustHave=SIREN' \
--header 'Authorization: Bearer $token'
Targeted search
Uses specific parameters. Can be combined.
curl --location 'https://api.stonal.io/datalake/v1/organizations/$organization/stakeholders?name=john' \
--header 'Authorization: Bearer $token'
Returns a list of stakeholders matching the search criteria.