Using the following APIs in the confluence Cloud API, I want to grant group permissions.
API: /wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}/group/{groupName}
But if the group name contains spaces. e.g. test group.
The space is a problem and the API URL is invalid.
Example: /wiki/rest/api/~/group/test group
Is there any way to escape this?
There is also a method to specify the group ID, but in order to obtain the group ID, it is necessary to specify the group name in the same way, which requires escaping.
Hi @青山 明
It is better not to use group name. It can be changed.
You should use groupId. You can get group id with https://developer.atlassian.com/cloud/confluence/rest/api-group-group/#api-wiki-rest-api-group-get . Get all groups, find group by name and send groupId.
Kind regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.