|
|
|
|
@ -26005,6 +26005,168 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/ocs/v2.php/cloud/users/{userId}/groups/details": {
|
|
|
|
|
"get": {
|
|
|
|
|
"operationId": "provisioning_api-full-users-get-users-groups-details",
|
|
|
|
|
"summary": "Get a list of groups with details",
|
|
|
|
|
"tags": [
|
|
|
|
|
"provisioning_api-full/users"
|
|
|
|
|
],
|
|
|
|
|
"security": [
|
|
|
|
|
{
|
|
|
|
|
"bearer_auth": []
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"basic_auth": []
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"name": "userId",
|
|
|
|
|
"in": "path",
|
|
|
|
|
"description": "ID of the user",
|
|
|
|
|
"required": true,
|
|
|
|
|
"schema": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "OCS-APIRequest",
|
|
|
|
|
"in": "header",
|
|
|
|
|
"description": "Required to be true for the API request to pass",
|
|
|
|
|
"required": true,
|
|
|
|
|
"schema": {
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"responses": {
|
|
|
|
|
"200": {
|
|
|
|
|
"description": "Users groups returned",
|
|
|
|
|
"content": {
|
|
|
|
|
"application/json": {
|
|
|
|
|
"schema": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"required": [
|
|
|
|
|
"ocs"
|
|
|
|
|
],
|
|
|
|
|
"properties": {
|
|
|
|
|
"ocs": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"required": [
|
|
|
|
|
"meta",
|
|
|
|
|
"data"
|
|
|
|
|
],
|
|
|
|
|
"properties": {
|
|
|
|
|
"meta": {
|
|
|
|
|
"$ref": "#/components/schemas/OCSMeta"
|
|
|
|
|
},
|
|
|
|
|
"data": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"required": [
|
|
|
|
|
"groups"
|
|
|
|
|
],
|
|
|
|
|
"properties": {
|
|
|
|
|
"groups": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"items": {
|
|
|
|
|
"$ref": "#/components/schemas/ProvisioningApi-fullGroupDetails"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/ocs/v2.php/cloud/users/{userId}/subadmins/details": {
|
|
|
|
|
"get": {
|
|
|
|
|
"operationId": "provisioning_api-full-users-get-user-sub-admin-groups-details",
|
|
|
|
|
"summary": "Get a list of the groups the user is a subadmin of, with details",
|
|
|
|
|
"tags": [
|
|
|
|
|
"provisioning_api-full/users"
|
|
|
|
|
],
|
|
|
|
|
"security": [
|
|
|
|
|
{
|
|
|
|
|
"bearer_auth": []
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"basic_auth": []
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"name": "userId",
|
|
|
|
|
"in": "path",
|
|
|
|
|
"description": "ID of the user",
|
|
|
|
|
"required": true,
|
|
|
|
|
"schema": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "OCS-APIRequest",
|
|
|
|
|
"in": "header",
|
|
|
|
|
"description": "Required to be true for the API request to pass",
|
|
|
|
|
"required": true,
|
|
|
|
|
"schema": {
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"responses": {
|
|
|
|
|
"200": {
|
|
|
|
|
"description": "Users subadmin groups returned",
|
|
|
|
|
"content": {
|
|
|
|
|
"application/json": {
|
|
|
|
|
"schema": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"required": [
|
|
|
|
|
"ocs"
|
|
|
|
|
],
|
|
|
|
|
"properties": {
|
|
|
|
|
"ocs": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"required": [
|
|
|
|
|
"meta",
|
|
|
|
|
"data"
|
|
|
|
|
],
|
|
|
|
|
"properties": {
|
|
|
|
|
"meta": {
|
|
|
|
|
"$ref": "#/components/schemas/OCSMeta"
|
|
|
|
|
},
|
|
|
|
|
"data": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"required": [
|
|
|
|
|
"groups"
|
|
|
|
|
],
|
|
|
|
|
"properties": {
|
|
|
|
|
"groups": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"items": {
|
|
|
|
|
"$ref": "#/components/schemas/ProvisioningApi-fullGroupDetails"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"/ocs/v2.php/cloud/users/{userId}/welcome": {
|
|
|
|
|
"post": {
|
|
|
|
|
"operationId": "provisioning_api-full-users-resend-welcome-message",
|
|
|
|
|
|