cURL
Organization (B2B)
Organization Add Employee
Add an employee user to an organization customer
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.finhub.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Organization Add Employee
Adds an employee profile and creates a user for an existing organization.Endpoint
POST /api/v2.1/customer/organization/{organizationId}/employee
Default Role Set (runner-aligned)
COMPLIANCE_OFFICER, TRANSACTION_APPROVER, EMPLOYEE, ADMIN_USER
Required Headers
Request Example
Success Response
200
Used in B2B step runner Step 4.
Headers
Path Parameters
Body
application/json
Example:
{
"firstName": "Jane",
"lastName": "Compliance",
"email": "compliance.20260331115443@acmecorp.com",
"phoneNumber": "+37066051634",
"dateOfBirth": "1990-03-25",
"nationality": "Lithuania",
"gender": "1",
"fullName": "Jane Compliance"
}Example:
"COMPLIANCE_OFFICER"
Example:
[
"COMPLIANCE_OFFICER",
"TRANSACTION_APPROVER",
"EMPLOYEE",
"ADMIN_USER"
]Example:
"Compliance"
Response
200
Employee added