Group
Create Group
WRITE
access to the ADMIN
module is required to access this endpointPOST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Standard group model that returns all properties by default
Name of the group
Example:
"Video Editors"
Description about the group
Example:
"Full schedule access, limited project access"
If true, this is a system group that cannot be edited
Limited fields user model
Access level to the Schedule module
Available options:
--
, R-
, RW
Example:
"R-"
Access level to the Project module
Available options:
--
, R-
, RW
Example:
"R-"
Access level to the Task module
Available options:
--
, R-
, RW
Example:
"R-"
Access level to the Finance module
Available options:
--
, R-
, RW
Example:
"R-"
Access level to the Report module
Available options:
--
, R-
, RW
Example:
"R-"
Access level to the Contact module
Available options:
--
, R-
, RW
Example:
"R-"
Access level to the Admin module
Available options:
--
, R-
, RW
Example:
"R-"
Access level to the Account module
Available options:
--
, R-
, RW
Example:
"R-"
Response
200
application/json
Successful Operation