Answered
captivateprime user api
How to add manager for a user through user create api
How to add manager for a user through user create api
To add a manager while creating a user you will need to mention the manager ID on the manager value
on the below payload if you are using the endpoint POST /users as an admin
{
"data": {
"id": "string",
"type": "string",
"attributes": {
"avatarUrl": "string",
"binUserId": "string",
"bio": "string",
"contentLocale": "string",
"email": "string",
"enrollOnClick": true,
"fields": {},
"gamificationEnabled": true,
"lastLoginDate": "string",
"metadata": {},
"name": "string",
"pointsEarned": 0,
"pointsRedeemed": 0,
"profile": "string",
"roles": [
"string"
],
"state": "string",
"timeZoneCode": "string",
"type": "string",
"uiLocale": "string",
"userType": "string",
"userUniqueId": "string"
},
"relationships": {
"account": {
"data": {
"type": "string",
"id": "string"
}
},
"manager": {
"data": {
"type": "string",
"id": "string"
}
}
}
}
}Refer to the Adobe Learning Manager's API page for more details.
https://learningmanager.adobe.com/docs/primeapi/v2/
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.