Class CustomersResource.UserinvitationsResource.SendRequest
Sends a UserInvitation to email. If the UserInvitation
does not exist for this request and it is a
valid request, the request creates a UserInvitation
. Note: The get
and list
methods have a
48-hour delay where newly-created consumer accounts will not appear in the results. You can still send a
UserInvitation
to those accounts if you know the unmanaged email address and IsInvitableUser==True.
Inheritance
CustomersResource.UserinvitationsResource.SendRequest
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class CustomersResource.UserinvitationsResource.SendRequest : CloudIdentityBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
SendRequest(IClientService, SendUserInvitationRequest, string)
Constructs a new Send request.
Declaration
public SendRequest(IClientService service, SendUserInvitationRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
SendUserInvitationRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. UserInvitation
name in the format
customers/{customer}/userinvitations/{user_email_address}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Send parameter list.
Declaration
protected override void InitParameters()