{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Admin
The administrative context of the CoWork WebAPI allows users with either the CoWork Administration permission, or as team admins, to create new teams, update channels, and so forth.
Modification of teams and channel require the user to make use of the /admin
context as prefix to the specific commands.
Though the /admin
context can only be accessed by users with either the CoWork Administration permission or if the user is an administrative user in at least one team, it does not accept any input and always responds with an empty answer.
Commands
The following commands are available for the CoWork Admin Web API:
Command | Description |
---|---|
/admin/teams | List of teams the admin can manage |
/admin/teams/<teamID> | Team details |
/admin/teams/<teamID>/channels | List of available channels in a team that the admin can manage |
/admin/teams/<teamID>/channels/<channelID> | Channel details |
/admin/teams/<teamID>/channels/<channelID>/botmessage | Send a bot message into the channel |