Set a team member's auto managed listing level.
POST/teams/members/:sub_user_id/auto_managed_listing_level
Sets the access level a team member is automatically granted on the authenticated user's listings. When no portfolio segments are assigned to the team member (see POST /teams/members/{sub_user_id}/assigned_segments), this level applies to all of the authenticated user's listings.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 429
The updated team member.
Request body is invalid (e.g. level is not a recognized value).
API key authorization failed.
Read-only API key cannot update team members.
Team member not found.
A concurrent request for this team is already in progress. Retry after it completes.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.