CustomerUserAccessInvitationOperation

  • This operation allows you to either create or remove customer user access invitations.

  • The operation field determines whether you are creating or removing an invitation.

  • For a create operation, no resource name is needed, but for a remove operation, the resource name in the format customers/{customer_id}/customerUserAccessInvitations/{invitation_id} is required.

A single operation (create or remove) on customer user access invitation.

Fields
Union field

operation

operation. The mutate operation operation can be only one of the following:

create

CustomerUserAccessInvitation

Create operation: No resource name is expected for the new access invitation.

remove

string

Remove operation: A resource name for the revoke invitation is expected, in this format:

customers/{customer_id}/customerUserAccessInvitations/{invitation_id}