Hi!
I understand that I am able to create Marking Categories with multiple Orgs through an API call:
curl 'https://STACK_URL/multipass/api/authz/markings/categories/v2' \
-H 'authorization: Bearer TOKEN' \
-H 'content-type: application/json' \
--data-raw '{"categoryType":"CONJUNCTIVE","description":"","displayName":"super-test-marking-category-multi-org","permissionRequest":{"isPublic":true,"organizationRids":["ORG_RID_1","ORG_RID_2"],"permissions":{"ADMINISTER":["YOUR USER ID"],"VIEW":["YOUR USER ID"]}}}'
(This is a private API, but I think it’s coming to public APIs at some point).
Is there a way to add more orgs to a Marking Category in a similar fashion? For this usecase we’re going to keep creating new Orgs for new customers and we want to give them access to certain markings.