Users
API Reference for ProcessMaker Users API
Last updated
Was this helpful?
API Reference for ProcessMaker Users API
Last updated
Was this helpful?
Display a listing of the resource.
/users
ACTIVE or INACTIVE
ACTIVE
, INACTIVE
Filter results by string. Searches First Name, Last Name, Email and Username.
Field to order results by
asc
, desc
Include data from related models in payload. Comma separated list.
Comma separated list of IDs to exclude from the response
Store a newly created resource in storage.
/users
The attributes that are mass assignable.
ACTIVE
, INACTIVE
, SCHEDULED
, OUT_OF_OFFICE
Display the specified resource.
/users/{user_id}
ID of user to return
Update a user
/users/{user_id}
ID of user to return
The attributes that are mass assignable.
ACTIVE
, INACTIVE
, SCHEDULED
, OUT_OF_OFFICE
No body
Delete a user
/users/{user_id}
ID of user to delete
No body
Update a user's groups
/users/{user_id}/groups
ID of user
No body
Reverses the soft delete of a user
/users/restore
Username to restore
No body
Display listing of access tokens for the specified user.
/users/{user_id}/tokens
User id
Create a new personal access token for the user.
/users/{user_id}/tokens
User id
Show a personal access token for the user
/users/{user_id}/tokens/{token_id}
ID of user
ID of token to return
Delete the given token for a user
/users/{user_id}/tokens/{token_id}
User ID
Token ID
No body