Getting Not Authorized error when creating user
Rafiq.W.763
Posts: 4 🔍
I am getting "Not Authorized" error while creating user in D2l.
Scope given: "core:*:* users:userdata:create"
Any help appreciated
Tagged:
Best Answer
-
The issue is resolved when set RoleId
Thank you
Answers
-
Hi Rafiq
I would recommend first changing users:userdata:create to users:userdata:* or even users:*.*
I suspect you've eliminated other users:* scopes with just the 'create' above and would otherwise need to add users:profile:manage and users:activation:* to create new users.
I hope that helps
Matt
Learning Administration Manager -
I tried that already. But the same error
This is the scope I used ⇒ core:*:* users:*:*