Update the accesses of a pending invitation

Updates the accesses of an existing pending invitation, identified by email.
No email is sent. The invitation's activation hash and original creation time are preserved,
so an activation link that has already been delivered stays valid. Returns 404 if no pending
invitation exists for that email.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

ID of the account that owns the retrieved/saved data

Body Params

Contains the pending invitee's email and the full replacement list of project accesses. The list must not be empty. No email is sent.

Replacement access list for the invitation. Omit accesses entirely to leave the current
grants untouched and update only the other fields; when it is present it must contain at
least one entry, since an invitation with no accesses is not listable and would be
orphaned.

string
required
length ≤ 100

The email address of the collaborator or invitee.

string
length ≤ 200

Collaborator's first name

string
length ≤ 200

Collaborator's last name

accesses
array of objects
length ≥ 1

(Misplaced Array) Defines the role for a specific project.

accesses
string
length ≤ 200

(For invitations) A custom message to include in the invitation email sent to a new collaborator.

expand
array of objects

Specifies linked objects to expand in the response, e.g., 'accesses.project'.
Refer to the Expanding Fields section.

expand
Allowed:
Responses

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