Skip to main content

List groups in organization with page token

GET 

/bv/org/v1/groups:pagetoken

Lists the array of groups within the organization with page token.

Request

Query Parameters

    page_size int32

    Maximum value: 100. Default value: 10.

    page_token string

    A page token, received from a previous ListGroupsWithPageToken API call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListGroupsWithPageToken must match the call that provided the page token.

    filter.name string

    Optioanl. The name of group.

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Responses

A successful response.

Schema
    groups object[]

    Output only.

  • Array [
  • id string
    name string
  • ]
  • next_page_token string

    A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Loading...