Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

captivateprime user api

Explorer ,
Oct 19, 2022 Oct 19, 2022

How to add manager for a user through user create api

521
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Oct 20, 2022 Oct 20, 2022

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": "stri
...
Translate
Community Expert ,
Oct 20, 2022 Oct 20, 2022

I will move your question to the appropriate forum 'Adobe Learning Manager'. That is since a while the new name for Captivate Prime. This forum is for Adobe Captivate which is the authoring tool, not the LMS.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 20, 2022 Oct 20, 2022

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/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 21, 2022 Oct 21, 2022
LATEST

Thank you

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources