Group
Manage a group in the Opal internal user directory.
opal group <CREDENTIALS> [OPTIONS] [EXTRAS]
Options
Option |
Description |
---|---|
|
Group name |
|
Fetch a user (all groups are returned if no option –name is given) |
|
Delete the group specified by the –name option |
Credentials
Authentication can be done by username/password credentials OR by personal access token OR by certificate/private key pair (two-way SSL authentication).
Option |
Description |
---|---|
|
Opal server base url |
|
Credentials auth: user name (requires a password) |
|
Credentials auth: user password (requires a user name) |
|
Token auth: user’s personal access token |
|
Two-way SSL auth: certificate/public key file (requires a private key) |
|
Two-way SSL auth: private key file (requires a certificate) |
Extras
Option |
Description |
---|---|
|
Show the command help’s message. |
|
Verbose output. |
|
Output pretty-print JSON |
Example
Get the list of groups with associated users
opal group --opal https://opal-demo.obiba.org --user administrator --password password --fetch
Get a specific group with associated users
opal group --opal https://opal-demo.obiba.org --user administrator --password password --fetch --name editor
Delete the group study_editor
opal group --opal https://opal-demo.obiba.org --user administrator --password password --delete --name study_editor