1) Login to Developer Console https://developer.adobe.com/console, create a project and add the User Management API
2) While you are on that screen, generate Access Token...
3) Run the Add to Product Profile request via curl or postman
curl --location 'https://usermanagement.adobe.io/v2/usermanagement/action/999999@AdobeOrg' \
--header 'X-Api-Key: bac......' \
--header 'X-Request-Id: 1' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer eyJxxxx.......' \
--data-raw '[
{
"user" : "user@domain.com",
"do" : [{
"add" : {
"group" : ["Deployment Manager - Cloud Service"]
}
}]
}
]'
No comments:
Post a Comment