Assign portfolio segments to a team member.
POST/teams/members/:sub_user_id/assigned_segments
Sets the portfolio segments a team member auto manages listings for, then immediately refreshes their auto managed listing access to match. Replaces any previously assigned segments.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 429
The updated team member.
API key authorization failed.
Read-only API key cannot update team members.
Team member not found, or one or more portfolio segment IDs are not owned by the authenticated user.
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.