Page 1 of 1

REST API Create Group Bug

Posted: Mon Apr 11, 2016 10:59 am
by fllanquipichun
hi,
I use the rest api to create a user group http://wiki.processmaker.com/3.0/REST_A ... reateGroup.
My new group was created, but it does not appear in the group Management and the group appears correctly in the process designer.

Re: REST API Create Group Bug

Posted: Tue Apr 19, 2016 5:57 pm
by ethanpresberg
Can you please file this as a bug on our mantis? bugs.processmaker.com

Re: REST API Create Group Bug

Posted: Tue Apr 26, 2016 2:59 pm
by amosbatto
I suspect that you are doing something wrong. I just tried creating a new group using POST /api/1.0/workflow/group in PM 3.0.1.7 and it works without any problem. When I go to Admin > User > Group, I see the new group I created and I can add new users without any problems. What version of ProcessMaker are you using?

When you call this endpoint, it should return the following:
Code: Select all
status code: 201
response:
{
  "grp_uid":"393316279571fad2ed4a131057614265",
  "grp_title":"Accounting",
  "grp_status":"ACTIVE"
}

Re: REST API Create Group Bug

Posted: Tue Jun 14, 2016 11:19 am
by fllanquipichun
It's my fault ... it has misconfigured my ProcessMaker installation.
Thanks for the help.