Add, update or remove employee

Creates, updates, or removes users in the organization. The request body is an array of user objects: each object is upserted (matched on id); to remove a user, set delete: true on that user object. An invitation email is sent to new users by default — control with the sendInvitationMail query parameter.

Path Params
string
required

The internal id of the organization

Query Params
boolean
Defaults to true

When true (default), an invitation email is sent to newly created users. When false, no invitation email is sent.

Body Params

Array of user objects to upsert in the organization. Set delete: true on a user object to remove that user.

Headers
string
Defaults to application/json

Standard application/json content type.

string
Defaults to 3

Findity API version. Use 3 for the current admin API.

Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json