Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

createUserGroup: Where to pass group name #87

Open
kwin opened this issue Apr 26, 2024 · 0 comments
Open

createUserGroup: Where to pass group name #87

kwin opened this issue Apr 26, 2024 · 0 comments

Comments

@kwin
Copy link

kwin commented Apr 26, 2024

According to https://adobe-apiplatform.github.io/umapi-documentation/en/api/usergroupActionCommands.html#createUserGroup the createUserGroup object is having a mandatory field called name. The group's name however is already supposed to be passed to the usergroup field of the surrounding command (https://adobe-apiplatform.github.io/umapi-documentation/en/api/usergroupActionCommands.html#groupExamples).
Is the same value supposed to be used twice in the request body JSON or is that a documentation mistake?

According to

"raw": "[{\n \"usergroup\": \"user-group name to create here\",\n \"requestID\": \"unique string here\",\n \"do\": [\n {\n \"createUserGroup\" : {\n \"description\": \"edit here\"\n }\n }\n ]\n}]"
there is no field name inside createUserGroup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant