Distribution group and Permission group API
This is the documentation for the Updraft REST API.
Create a new Distribution group
Body data/JSON
Name
Type
Description
Headers
Name
Type
Description
Responce
{
"id": group_id,
"testers_count": 0,
"testers": [],
"title": "group_name",
"app": project_id
}Add testers to a Distribution group
Body data/JSON
Name
Type
Description
Headers
Name
Type
Description
Responce
Create a new Permission group
Body data/JSON
Name
Type
Description
Headers
Name
Type
Description
Responce
Add user to a Permission group
Body data/JSON
Name
Type
Description
Headers
Last updated