Skip to content

createUserGroup: Where to pass group name #87

@kwin

Description

@kwin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions