Show / Hide Table of Contents

Class UsersResource.ListRequest

Looks up a user by primary email address. This is only supported for Google-managed users. Lookup of the id is not needed for EMM-managed users because the id is already returned in the result of the Users.insert call.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<UsersListResponse>
AndroidEnterpriseBaseServiceRequest<UsersListResponse>
UsersResource.ListRequest
Implements
IClientServiceRequest<UsersListResponse>
IClientServiceRequest
Inherited Members
AndroidEnterpriseBaseServiceRequest<UsersListResponse>.Xgafv
AndroidEnterpriseBaseServiceRequest<UsersListResponse>.AccessToken
AndroidEnterpriseBaseServiceRequest<UsersListResponse>.Alt
AndroidEnterpriseBaseServiceRequest<UsersListResponse>.Callback
AndroidEnterpriseBaseServiceRequest<UsersListResponse>.Fields
AndroidEnterpriseBaseServiceRequest<UsersListResponse>.Key
AndroidEnterpriseBaseServiceRequest<UsersListResponse>.OauthToken
AndroidEnterpriseBaseServiceRequest<UsersListResponse>.PrettyPrint
AndroidEnterpriseBaseServiceRequest<UsersListResponse>.QuotaUser
AndroidEnterpriseBaseServiceRequest<UsersListResponse>.UploadType
AndroidEnterpriseBaseServiceRequest<UsersListResponse>.UploadProtocol
ClientServiceRequest<UsersListResponse>.Execute()
ClientServiceRequest<UsersListResponse>.ExecuteAsStream()
ClientServiceRequest<UsersListResponse>.ExecuteAsync()
ClientServiceRequest<UsersListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<UsersListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<UsersListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<UsersListResponse>.CreateRequest(bool?)
ClientServiceRequest<UsersListResponse>.GenerateRequestUri()
ClientServiceRequest<UsersListResponse>.GetBody()
ClientServiceRequest<UsersListResponse>.GetDefaultETagAction(string)
ClientServiceRequest<UsersListResponse>.ETagAction
ClientServiceRequest<UsersListResponse>.ModifyRequest
ClientServiceRequest<UsersListResponse>.ValidateParameters
ClientServiceRequest<UsersListResponse>.ApiVersion
ClientServiceRequest<UsersListResponse>.RequestParameters
ClientServiceRequest<UsersListResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidEnterprise.v1
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class UsersResource.ListRequest : AndroidEnterpriseBaseServiceRequest<UsersListResponse>, IClientServiceRequest<UsersListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string enterpriseId, string email)
Parameters
Type Name Description
IClientService service
string enterpriseId
string email

Properties

Email

Required. The exact primary email address of the user to look up.

Declaration
[RequestParameter("email", RequestParameterType.Query)]
public virtual string Email { get; }
Property Value
Type Description
string

EnterpriseId

The ID of the enterprise.

Declaration
[RequestParameter("enterpriseId", RequestParameterType.Path)]
public virtual string EnterpriseId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<UsersListResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<UsersListResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<UsersListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidEnterpriseBaseServiceRequest<UsersListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX