Distribution group and Permission group API
This is the documentation for the Updraft REST API.
Create a new Distribution group
POST
https://getupdraft.com/api/group-testers/
This endpoint allows you create new Distribution group.
Body data/JSON
app
int
ID of App project
title
string
Name for distribution group
Headers
Authorization
String
Authentication token, note: might require adding "Token" to the value field
Responce
Add testers to a Distribution group
POST
https://getupdraft.com/api/testers/
This endpoint allows you add new testers to a Distribution group.
Body data/JSON
string
Email of tester
app
null
Should be set as null
groups
list of int
List of group IDs
Headers
Authorization
string
Authentication token, note: might require adding "Token" to the value field
Responce
Create a new Permission group
POST
https://getupdraft.com/api/groupsinorgs/
This endpoint allows you create new Permission group.
Body data/JSON
title
string
Title of new Permission group
organization
int
ID of organisation
Headers
Authorization
string
Authentication token, note: might require adding "Token" to the value field
Responce
Last updated