cURL
curl --request POST \ --url https://api.recruitifi.com/v1/users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "created_at": "<string>", "updated_at": "<string>", "first_name": "<string>", "last_name": "<string>", "email": "<string>" } '
{ "id": "<string>", "created_at": "<string>", "updated_at": "<string>", "first_name": "<string>", "last_name": "<string>", "email": "<string>" }
Organization-scoped Bearer authentication header of the form Bearer <token>, where <token> is your organization-scoped token from the Organization Scoped Token flow.
Bearer <token>
<token>
User object to be added
User added