Get teams for a user attribute
Get a list of teams that have a specific user attribute defined, and the assigned value for the user attribute.
### Usage notes
- Retrieve the **userAttributeId** by calling the [/v2/user-attributes](https://help.sigmacomputing.com/reference/list-user-attributes) endpoint.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
userAttributeId
Unique identifier of the user attribute.
Query parameters
page
Use to specify further pages using the string returned in the nextPage portion of the response.
limit
Number of results to return per page, with a maximum of 1,000 per request. Use the page option in subsequent requests to retrieve the next set of results.
Response
The response body.
entries
nextPage
total

