Skip to content
Snippets Groups Projects
Forked from libre.sh / compose.libre.sh
102 commits behind the upstream repository.
add_to_group 214 B
#!/bin/bash -eux

source /etc/environment

user=$1
group=$2

curl -X POST -H "OCS-APIRequest:true" --user ${cloud_admin}:${cloud_pass} https://${cloud_hostname}/ocs/v1.php/cloud/users/${1}/groups -d groupid="${2}"