Employees
Invite Employee
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
The account identifier
Path Parameters
Body
application/json
Value to pass through to the provider
Example:
{ "other_known_names": "John Doe" }
Was this page helpful?