API for creating a new colleague (potential invitee) entry.
/v1/colleagues-create
https://api.wazper.com/v1/colleagues-create
POST
Header | Type | Required | Description |
---|---|---|---|
X-API-Key | String | Yes | Your Wazper API Key. |
Content-Type | String | Yes | Must be application/json . |
Accept | String | No | Recommended application/json . |
Field | Type | Required | Description |
---|---|---|---|
name | String | Yes | The colleague’s full name. |
email | String | Yes | The colleague’s email address. This will be used for sending invitations. |
companyName | String | Yes | The colleague’s company name. |
toBeInvitedById | String | Yes | The email address of the user who is creating this colleague entry (the inviter). |
jobTitle | String | No | The colleague’s job title. |
website | String | No | The colleague’s company website. |
team | Integer | No | Team identifier or number. |
inviteLink | String | No | A custom invitation link. If not provided, your organization’s default invite link will be used. |
redirectionLink | String | No | A custom redirection link for after an invite is accepted. If not provided, the default dashboard link will be used. |
Colleague created successfully.
The response is of type object
.