cancel
Showing results for 
Search instead for 
Did you mean: 

Directory.Entries operation returns error 404 when I am connecting with a user different to the Administrator

Mariem_Ben_Maal
Confirmed Champ
Confirmed Champ

Hello,

I want to get entries of directory so that I used the Directory.Entries operation but I faced this problem :

  • When I am connected with the Administrator account, the operation worked fine (look at "connectingAdministrator.png" picture) but when I am connected with an user account that has a ReadWrite permission, the operation returns 404 (look at "connectWithUserReadWritePermission.png") So I could not use the Directory.Entries operation with a no Administrator account, any idea to solve this problem?

Regards,

1 ACCEPTED ANSWER

Gregory_Carlin
Elite Collaborator
Elite Collaborator

You have to use Directory.SuggestEntries operation

View answer in original post

2 REPLIES 2

Gregory_Carlin
Elite Collaborator
Elite Collaborator

You have to use Directory.SuggestEntries operation

Well, thank you