Update an invitation to a project
PUT
/api/v4/projects/{id}/invitations/{email}
Updates a pending invitation to a project.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string
The project ID
email
required
string
The email address of the invitation
Request Body
Section titled “Request Body”Media typeapplication/json
object
access_level
A valid access level (defaults: 30, developer access level)
integer
expires_at
Date string in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)
string format: date-time
member_role_id
The ID of a member role for the invited user
integer
Responses
Section titled “Responses”OK
Media typeapplication/json
object
access_level
string
created_at
string
expires_at
string
invite_email
string
invite_token
string
user_name
string
created_by_name
string
Examplegenerated
{ "access_level": "example", "created_at": "example", "expires_at": "example", "invite_email": "example", "invite_token": "example", "user_name": "example", "created_by_name": "example"}Bad Request
Not Found