Creating new users througth API REST

1
0
-1

Hi, everybody,

I have created a web page that it allow me to create new users . The source code of this page makes the following tasks:

  • Create a user
  • Assign the profile
  • Assign the membership
  • Enable the user

Finally the user is created properly. The problem that i'm trying to solve is that when i'm trying to use this new user into some subprocess, either to assign a human tasks or other things, does not work.

Why?, what i'm doing wrong?

Regards

Comments

Submitted by Sean McP on Thu, 06/23/2016 - 09:33

Have you tried logging on with this user?

Can you share the process for us to look at?

What do the logs say?

regards

Submitted by claz08 on Mon, 06/27/2016 - 13:47

thanks for your reply,

In fact, i have tried to logging on using this new user , and it's working good. I have seen that the problem apperarse when once i have logging in session and try to start a case of a process. It can to start the case but the subprocess that are there inside this process it can't call but if i use another user all works good.

No answers yet.
Notifications