Create Team Member
Create a new HR team member directly with automatic welcome email. User is pre-verified.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Creates both user and team member records Sends welcome email with credentials automatically User is pre-verified (emailVerified set to current time) Password is included in welcome email User should change password on first login
firstName
First name (1-100 chars)
lastName
Last name (1-100 chars)
email
Valid email address
password
Password (8-100 chars)
department
Department (1-255 chars)
title
Job title (1-255 chars)
role
Must be 'hr'
sso
SSO enabled (default: false)
Response
Team member created successfully and welcome email sent
success
data
message
timestamp
version
Errors
409
Conflict Error