growsurf_update_team
Update the display name of the team associated with your API key or OAuth connection. Change the team name visible in GrowSurf for your referral programs.
Instructions
Update the display name of the team bound to the API key or OAuth connection. Personal profiles, billing, and team ownership are not editable here. Requires GROWSURF_API_KEY; does not require GROWSURF_CAMPAIGN_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The team's display name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The team's display name. | |
| verificationStatus | No | Team verification state. `VERIFIED` is required before a program can send participant emails. | |
| verificationRequestedAt | No | When verification was last requested, as a Unix timestamp in milliseconds. |