All URIs are relative to https://<CROWD_URL>/rest/bootstrapi/1
Method | HTTP request | Description |
---|---|---|
createGroup | POST /group | Create a group |
getGroup | GET /group | Get a group |
updateGroup | PUT /group | Update a group |
GroupBean createGroup(directoryId, GroupBean)
Create a group
Name | Type | Description | Notes |
---|---|---|---|
directoryId | Long | [default to null] | |
GroupBean | GroupBean |
- Content-Type: application/json
- Accept: application/json
GroupBean getGroup(directoryId, name)
Get a group
Name | Type | Description | Notes |
---|---|---|---|
directoryId | Long | [default to null] | |
name | String | [default to null] |
- Content-Type: Not defined
- Accept: application/json
GroupBean updateGroup(directoryId, name, GroupBean)
Update a group
Name | Type | Description | Notes |
---|---|---|---|
directoryId | Long | [default to null] | |
name | String | [default to null] | |
GroupBean | GroupBean |
- Content-Type: application/json
- Accept: application/json