action adobe_post_authorizables { label: "postAuthorizables" provider: adobe method: POST path: "/libs/granite/security/post/authorizables" encoding: json input: { type: "object" properties: { authorizableId: { type: "string" } createGroup: { type: "string" } createUser: { type: "string" } intermediatePath: { type: "string" } "profile/givenName": { type: "string" } "rep:password": { type: "string" } } required: ["authorizableId", "intermediatePath"] additionalProperties: false } output: { type: "object" additionalProperties: true } }