Assign user attributes to a team
Assign one or more user attributes to a specific team.
### Usage notes
- Retrieve the **teamId** by calling the [/v2/teams](https://help.sigmacomputing.com/reference/list-teams) endpoint.
- Retrieve a list of available user attributes by calling the [/v2/user-attributes](https://help.sigmacomputing.com/reference/list-user-attributes) endpoint.
- Maximum 100 assignments per request.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
teamId
Request
The request body.
assignments
Response
The response body.

