API for creating a new colleague (potential invitee) entry.
/v1/colleagues-createhttps://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. |
Full name.
Email address.
Company name.
Email of the inviter.
Job title.
Website.
Team ID.
Custom invite link.
Custom redirection link.
Colleague created successfully.
Unique ID of the colleague entry (ToBeInvited table).
Name of the colleague.
Email of the colleague.
Job title.
Current status (e.g., pending, invited, joined).
Creation timestamp.
Company name.
Website URL.
Invite link.
Redirection link.
Photo URL.
Team identifier.
Wazper Client ID.
Email of the user who created this entry.
Timestamp of the last action.
Timestamp of last update.