searchTeam( )


Retrieves a list of all team members of the requesting account with the specified filtering, sorting, and paging.

Important: This call requires an account level API key and can't be authenticated with the standard authorization header. API keys are currently available to selected beta users only.

Filters

When using filters for dates, you must use UTC time.

See also

To learn about working with Search methods, see API Query Language (SDK | REST) and Sorting and Paging (SDK | REST).

Method Declaration
Copy
Method Parameters
optionsSearchTeamOptions

Filter options.

Returns
Return Type:Promise<SearchTeamResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?