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

Easily find user in prime using V2 admin api.

Adobe Employee ,
Jun 23, 2020 Jun 23, 2020

Copy link to clipboard

Copied

This post is to show, how to find  user detail in prime using email/uuid(User Unique ID) of the user.

 

Consider a learner in prime  INTERNAL/EXTERNAL ,and the admin wants the user detail of the learner.

 

FIND THE USER USING THE EMAIL OF THE USER.

 

Steps:

1.Go to Integration admin and  click on developer resources.

2.Click on api reference.

3.Select V2 api.

4.Select your role as admin.

5.Authorize yourself

6.Click on user.

7.Go to GET users/

8.There is a text area by the name ids ,which is use to filter the learner.

9.In ids pass  the below string:

   email:XXXXX@YYY.com(email of the user)

10.Send the request clicking on "Try out" button.

 

On following the above steps the details of the user will appear in the api response.

 

FIND THE USER USING  User Unique ID:

Follow  till step 8 ,in the above mentioned steps.

9,In the ids pass the below string

uuid:XXXXXXX(uuid of the user)

10.Hit tryout button.

The user details will appear in the api response.

 

At a time the maximum no of  users that can be filtered using  ids  in GET users/ is 10.

If more user is passed ,error message will appear in the response.

 

How to filter more than one user by email.Pass in  ids the email of the users in below mentioned pattern.

email:XXXXXX@YYY.com,email:AAAAA@BBBBB.com,email:CCCCC@DDDDD.com

 

How to filter more than one user by uuid.Pass in  ids the uuid of the users in below mentioned pattern.

 

uuid:XXX1,uuid:XXX2,uuid:XXX3

 

 

Bapan Biswas

Prime API Team.

 

 

 

 

 

 

 

 

 

 

Views

225

Translate

Translate

Report

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
Adobe Employee ,
Jun 23, 2020 Jun 23, 2020

Copy link to clipboard

Copied

LATEST

Hi Bapan,

 

Thank you for sharing these details here with us. 

This will help us and the customers a lot. 

 

Regards,
Debiprasad Maharana
Adobe Inc.

Votes

Translate

Translate

Report

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