Query Groups
GET {{base-path}}/sites/{{site-id}}/groups?filter=name:eq:{{group-name}}
https://help.tableau.com/current/api/restapi/en-us/REST/restapirefusersandgroups.htm#query_groups
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageSize | null | (Optional) The number of items to return in one response. The minimum is 1. The maximum is 1000. The default is 100. For more information, see Paginating Results. | |
pageNumber | null | (Optional) The offset for paging. The default is 1. For more information, see Paginating Results. | |
filter | null | (Optional) An expression that lets you specify a subset of groups to return. You can filter on predefined fields such as name. You can include multiple filter expressions. For more information, see Filtering and Sorting. | |
sort | null | (Optional) An expression that lets you specify the order in which user information is returned. If you do not specify a sort expression, the sort order of the information that's returned is undefined. For more information, see Filtering and Sorting. | |
filter | string |