Skip to main content
These endpoints expose your job board’s users (the people who sign up on your board as job seekers or employers), with any custom signup fields projected into friendly keys.
Requires an API key with the members:read scope. Authenticate with x-api-key.

List users

string
Filter by employee (job seekers), business (employers), or both.
string
Filter by pending, approved, or rejected.
Match against name or email.
number
default:"1"
Page number.
number
default:"20"
Records per page, up to 100.
cURL
Each user includes id, email, name, role, approval_status, description, country_code, profile_picture, created_at, plus any custom fields your board defines at signup (projected into readable keys such as linkedin_url or years_experience). Use User Fields to discover the custom field schema.

Get a single user

cURL
Returns the same projected shape as the list, for one user.

User fields

Discover the custom fields configured on your board (useful for building integrations that map them).
string
Pass zapier to get the schema shaped as Zapier outputFields.
cURL