Skip to content

Method: projects.sipDomains.users.list

Lists all Users. List returns user sorted by create_time descending.

The caller must have voice.users.list permission on the project.

HTTP request

GET https://voice.api.enfonica.com/v1beta1/{parent}/users

Path parameters

Parameters  
parent string
The SIP domain under which to list users, in the form projects/*/sipDomains/*.

Query parameters

Parameters  
pageSize number (int32 format)
The maximum number of users to return in the response. Default value of 10 and maximum value of 100.
pageToken string
A pagination token returned from a previous call to ListUsers that indicates where this listing should continue from.

Request body

The request body must be empty.

Response body

The ListUsers response.

JSON representation
{
  "users": [
    {
      object (User)
    }
  ],
  "nextPageToken": string
}
Fields  
users[] object (User)
A possibly paginated list of user that are direct descendants of the specified parent resource.
nextPageToken string
A pagination token returned from a previous call to ListUsers that indicates from where listing should continue.