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.
According to https://adobe-apiplatform.github.io/umapi-documentation/en/api/usergroupActionCommands.html#createUserGroup the
createUserGroupobject is having a mandatory field calledname. The group's name however is already supposed to be passed to theusergroupfield 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
umapi-documentation/docs/en/samples/UMAPI SAMPLES.postman_collection2.json
Line 1345 in 55a17c8
nameinsidecreateUserGroup.