The name for the group.
- Delete the Identity Group
Create an Identity Group
Update the Identity Group
Delete the Identity Group
Identity Management (v0)
- Generated server url
http://localhost:8080/identityGroups
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "name": "string", "description": "string", "dpskPoolId": "string", "macRegistrationPoolId": "string", "policySetId": "string", "networkCount": 0, "_links": { "property1": { … }, "property2": { … } } }
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": "string", "dpskPoolId": "string", "macRegistrationPoolId": "string", "propertyId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "certificateTemplateId": "string", "policySetId": "string", "networkCount": 0, "templateVersion": 0, "_links": { "property1": { … }, "property2": { … } }, "personalIdentityNetworkId": "string", "identityCount": 0 }
- Generated server url
http://localhost:8080/identityGroups/{id}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "name": "string", "description": "string", "dpskPoolId": "string", "macRegistrationPoolId": "string", "policySetId": "string", "networkCount": 0, "_links": { "property1": { … }, "property2": { … } } }
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": "string", "dpskPoolId": "string", "macRegistrationPoolId": "string", "propertyId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "certificateTemplateId": "string", "policySetId": "string", "networkCount": 0, "templateVersion": 0, "_links": { "property1": { … }, "property2": { … } }, "personalIdentityNetworkId": "string", "identityCount": 0 }