v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBStaff
Create firm staff member
Creates a staff member in the firm associated with the authenticated client.
post/staff
Request body
Example request
{
"userId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
"title": "Mr",
"firstName": "John",
"lastName": "Smith",
"initials": "JS",
"phone": {
"areaCode": "555",
"number": "1234567"
},
"cell": {
"areaCode": "555",
"number": "1234567"
},
"email": "john.smith@brown.com",
"role": "Bookkeeper",
"avatar": "https://example-avatar-url.com/image",
"colorFill": "#797d85",
"colorStroke": "#64666a"
}Response
When request is accepted. Returns a hypermedia 'Link' object of the staff member to be created.