Skip to main content
GET
Search Volunteers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

volunteerOpportunityId
string

The volunteer opportunity identifier.

volunteerId
string

The volunteer identifier.

contactId
string

The contact identifier.

contactIndividualId
string

The contact individual identifier.

emailAddress
string

The email address of the volunteer.

skip
string

The number of records to skip. Default = 0.

take
string

The number of records to take. Default = 10.

Response

Ok

list
object[]

The page of records matching the request.

total
integer

The total number of records matching the request, across all pages. Use it with skip and take to page through the results.

Last modified on August 11, 2026