Importing communities
Command structure
[
{
"resourceType": "Community",
"identifier": {
"name": "Technical Community"
},
"description": "The Technical Community is organization gathering all technical domains of our company.",
"name": "New Technical Community",
"parent": {
"name": "Parent of All Communities"
},
"responsibilities": {
"00000000-0000-0000-0000-000000005018": [
{
"user": {
"id": "00000000-0000-0000-0000-000000900001"
}
}
],
"Business Steward": [
{
"userGroup": {
"id": "00000000-0000-0000-0000-000001000002"
}
}
]
}
}
]Identifier
Identifier structure
Optional fields
Field name
Field type
Remarks
Expected behavior
Add operation
Responsibilities
Last updated
Was this helpful?