is there a way to add just one new user/group over...
# gooddata-cn
f
is there a way to add just one new user/group over API? at API references I only see PUT and GET for /api/v1/layout/users, is there any POST request for that? I have the same question about adding the permission for workspace per user
in general layout APIs (those having
/layout/
in path) manipulate with all entities at once (that's why they support only GET and PUT). Entity APIs (having
/entities/
in path) provide regular REST so you can manage a single entity.
Workspace permissions API is not available.
f
thank you, now it's clear.
is there a plan to add workspace permissions to /entities/ so we could manage a single workspace?
r
@Michal Vajbar ^^ is the "Entity API for workspace permissions" feature on roadmap?
👀 1
p
🎉 New note created.
f
thank you
m
Hi Filip, Robert, we have this on the radar already. We are preparing several improvements for tenant provisioning. We do not have the delivery date yet, but it will not be sooner than in Q3 or Q4 this year.