Update the permissions of a user

Prev Next
Put
/permissions

Update permissions

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
Body parameters
object
user_id
integer

ID of the user whose permissions are configured

group_id
integer

ID of the group whose permissions are configured

is_administrator
boolean

Whether the user should have Super Admin privileges

Defaultfalse
permission_names
Array of string
string
Responses
204

success