I’m trying to bulk manage the project membership access level and cannot find any documentation on how to specify the write_access when adding project members. Is this possible, and if so, how?
Last time I checked it was not possible (it was 6-12 months ago). Did you go through the docs?
Project memberships looks like you can only GET memberships.
I can get the memberships but not write to it
Yes I am pretty sure this is not possible.
A workaround for me was to first remove the comment-only member and then add them again, this will change there permission to full_write
1 Like
You did all this using the API? Well done.