gogol-useraccounts-0.0.1: Google Cloud User Accounts SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.CloudUserAccounts.Users.Insert

Contents

Description

Creates a User resource in the specified project using the data included in the request.

See: Cloud User Accounts API Reference for clouduseraccounts.users.insert.

Synopsis

REST Resource

type UsersInsertResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("users" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` User :> Post `[JSON]` Operation))))))) Source

A resource alias for clouduseraccounts.users.insert method which the UsersInsert request conforms to.

Creating a Request

usersInsert Source

Creates a value of UsersInsert with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data UsersInsert Source

Creates a User resource in the specified project using the data included in the request.

See: usersInsert smart constructor.

Request Lenses

uiProject :: Lens' UsersInsert Text Source

Project ID for this request.

uiPayload :: Lens' UsersInsert User Source

Multipart request metadata.