Closed jon-nfc closed 1 month ago
the current implementation of the team users API endpoint api/v2/access/organization/1/team/1/user requires refactoring.
api/v2/access/organization/1/team/1/user
Someone, dont know who didn't correctly setup related tables correctly and as such viewset list and detail are not a workable solution.
Work some magic by correctly setting up a Team.users RelatedField to the current table access_teamusers.
Team.users
RelatedField
access_teamusers
Blocked By: #348
Related: #248
Related: #345
closing as invalid as endpoint is suitable
the current implementation of the team users API endpoint
api/v2/access/organization/1/team/1/user
requires refactoring.Details
Someone, dont know who didn't correctly setup related tables correctly and as such viewset list and detail are not a workable solution.
Work some magic by correctly setting up a
Team.users
RelatedField
to the current tableaccess_teamusers
.Links
Blocked By: #348
Related: #248
Related: #345
Requirements