v1
latestOpenAPI 3.1.02026-07-261770816.7 KBUsers
Create user
Create a new Greenhouse user in your organization. first_name, last_name, and primary_email are required; the user is created with the Basic permission level and no job assignments. Set send_email_invite=true to email the new user an invitation; leave it false (the default) when an HRIS sync is provisioning accounts ahead of the user's start date. Provide employee_id to link the new user to an HRIS record so subsequent calls can look the user up via employee_ids. Use POST /v3/user_job_permissions or POST /v3/future_job_permissions afterwards to grant the user Job Admin access on specific jobs or scopes.
post/v3/users
Request body
Response
Successful