Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

409: an entry already exists for this user and team

PATCH /odata/OrganizationTeamMemberHierarchies(id)

PUT /odata/OrganizationTeamMemberHierarchies(id)

Update the existing entry for the user membership with key id.

Returns:

204: success

400: invalid request: format error, CompanyId of team doesn't match id of authenticated user making the request, or attempt was made to change either the user id or team id fields

404: no such team/user pair found


DELETE /odata/OrganizationTeamMemberHierarchies(id)

...