Put
/groups/{group_id}
Update a user
Security
OAuth
Laravel passport oauth2 security.
FlowAuthorization Code
Authorization URLhttp://processmaker.test/oauth/authorize
Token URLhttp://processmaker.test/oauth/token
Refresh URLhttp://processmaker.test/token/refresh
HTTP
Type bearer
Path parameters
group_id
integerRequired
ID of group to return
Body parameters
object
name
string
Represents a group definition.
description
string
manager_id
integer (id)
status
string
Valid values[
"ACTIVE",
"INACTIVE"
]
Responses
204
success
404
Not Found
object
error
string