Language:

/teams/invites

POST

Create Team Invite

Creates a single invite for the given Team

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/teams/invites
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

Request Body

{
  "teamZUID": "",
  "inviteeName": "Test testington",
  "inviteeEmail": "testemail@example.com"
}
GET

Get Team Invite

Gets a single Team invite

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/teams/invites/{{team_invite_zuid}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
GET

Get All Team Invites

Gets a single user's Team invites

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/teams/invites
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
PUT

Respond to Team Invite

Responds to a team invite based on the query parameter provided

  • ?action=accept :: Accept an invite.
  • ?action=decline :: Decline an invite.
  • ?action=cancel :: Cancel an invite; you must have sufficient privilege to perform this
Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/teams/invites/{{team_invite_zuid}}?action=accept
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
DELETE

Delete Team Invite

Deletes a single invite for a Team

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/teams/invites/{{team_invite_zuid}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

;