2022-06-30
▼ ▲ sql.users.get
Scopes :
Parameter Order :
Description : Retrieves a resource containing information about a user.
Flat Path : v1/projects/{project}/instances/{instance}/users/{name}
Path : v1/projects/{project}/instances/{instance}/users/{name}
Parameters :
instance
Type : string
Required : Yes
Description : Database instance ID. This does not include the project ID.
Location : path
name
Description : User of the instance. If the database user has a host, this is specified as {username}@{host} else as {username}.
project
Description : Project ID of the project that contains the instance.
HTTP Method : GET