Skip to main content

Get Group Users

GEThttps://api.coralogix.com/mgmt/openapi/5/aaa/team-groups/v2/{group_id}/users/list

Returns all users in the specified team group.

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Path Parameters

    group_id# int64required

    Possible values: >= 0

    The unique identifier of the team group whose users to list.

Query Parameters

    page_size# int64

    Possible values: >= 0

    Pagination size. Defaults to 100 if empty.

    page_token# string

    Optional pagination continuation token.

Response

application/json

Response containing the list of all users currently assigned to the requested team group.

    nextPageToken#string

    Token for fetching the next page of results.

    totalCount#int64

    The total count.

    Possible values: >= 0

    List of users.