Users

Update invitation

Update an existing invitation (admin only).

put/invitations/{id}

Request body

idinteger
invitee_emailstring required
invitation_tokenstring
expires_atstring date-time

Timestamp when the invitation will expire.

organizationinteger
created_atstring date-time

Timestamp when the invitation was created.

existing_userstring
organization_does_not_existboolean
invitation_unique_keystring

Response

OK

idinteger
invitee_emailstring required
invitation_tokenstring
expires_atstring date-time

Timestamp when the invitation will expire.

organizationinteger
created_atstring date-time

Timestamp when the invitation was created.

existing_userstring
organization_does_not_existboolean
invitation_unique_keystring

Changes

No recorded changes to this endpoint across all 1 revision of this API.