Skip to main content
1-Visitor
October 13, 2017
Solved

User Creation issue

  • October 13, 2017
  • 2 replies
  • 6581 views

I am working on a service to create users.  I continually get the error below:

I have the following permissions set for the System User.  I have a thing with a service that then calls the CreateUser from EntityServices.

Which permissions am I missing to allow my users to create new users?

I removed visibility for the everyone group for almost all of the collections.  I am not sure if this is causing my issue or not. It doesn't seem to be the issue as I am getting a permissions issue not a visibility or entity does not exist error in the log.

Best answer by posipova

2 replies

20-Turquoise
October 13, 2017

Have you added the collection permission to the persistence provider?

pbaierl1-VisitorAuthor
1-Visitor
October 13, 2017

Yes, with the same results.  I added runtime and debug permissions for System User. 

pbaierl1-VisitorAuthor
1-Visitor
October 13, 2017

20-Turquoise
October 13, 2017

The user you are trying to create new users with is not an administrator, correct? Aside from the permission on the system user, your regular user needs visibility to the persistence provider and visibility on entityservices.

pbaierl1-VisitorAuthor
1-Visitor
October 13, 2017

Correct, I am trying to create a standard user with no permissions at this point.  I am checking on the visibility of the entityservices and persistence provider now.

pbaierl1-VisitorAuthor
1-Visitor
October 13, 2017