List equity participants
Authentication
Query parameters
Opaque pagination cursor returned as next_cursor by a previous response. Omit to fetch the first page.
Response
Cursor for the next page. Null when has_more is false.
Opaque pagination cursor returned as next_cursor by a previous response. Omit to fetch the first page.
Cursor for the next page. Null when has_more is false.
Retrieves the people who hold equity in an organization, as ingested from Shareworks, in ascending employee_number order. Use it to reconcile equity participants against HRIS records, or to feed worker identity and residence data into equity tax calculations. Records carry direct identifiers, including a full Social Security Number where the source reports one. Requires the equities.view permission at the organization level.
Token scopes: equities:read
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/