Group id
- Export the Identity Groups Into a CSV File
Update the Policy Set Association for Identity Group
Remove the Policy Set Association for Identity Group
Update the MAC Registration Association for Identity Group
Update the DPSK Pool Association for Identity Group
Returns the Identity Groups
Query the Identity Groups
Returns the Specific Identity Group
Export the Identity Group...
Identity Management (v0)
- Generated server url
http://localhost:8080/identityGroups/{id}/policySets/{policySetId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
{ "requestId": "string", "id": "string" }
- Generated server url
http://localhost:8080/identityGroups/{id}/policySets/{policySetId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
{ "requestId": "string", "id": "string" }
- Generated server url
http://localhost:8080/identityGroups/{id}/macRegistrationPools/{poolId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
{ "requestId": "string", "id": "string" }
- Generated server url
http://localhost:8080/identityGroups/{id}/dpskPools/{dpskPoolId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
{ "requestId": "string", "id": "string" }
- Generated server url
http://localhost:8080/identityGroups
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
{ "totalPages": 0, "totalElements": 0, "size": 0, "content": [ { … } ], "number": 0, "sort": { "empty": true, "sorted": true, "unsorted": true }, "numberOfElements": 0, "pageable": { "offset": 0, "sort": { … }, "pageNumber": 0, "pageSize": 0, "paged": true, "unpaged": true }, "first": true, "last": true, "empty": true }
- Generated server url
http://localhost:8080/identityGroups/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "personalIdentityNetworkId": "string", "macRegistrationPoolId": "string", "dpskPoolId": "string", "keyword": "string", "groupIds": [ "497f6eca-6276-4993-bfeb-53cbbbba6f08" ], "propertyId": "string", "certificateTemplateId": "string", "policySetId": "string", "networkId": "string" }
Response
{ "totalPages": 0, "totalElements": 0, "size": 0, "content": [ { … } ], "number": 0, "sort": { "empty": true, "sorted": true, "unsorted": true }, "numberOfElements": 0, "pageable": { "offset": 0, "sort": { … }, "pageNumber": 0, "pageSize": 0, "paged": true, "unpaged": true }, "first": true, "last": true, "empty": true }
- Generated server url
http://localhost:8080/identityGroups/csvFile
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "personalIdentityNetworkId": "string", "macRegistrationPoolId": "string", "dpskPoolId": "string", "keyword": "string", "groupIds": [ "497f6eca-6276-4993-bfeb-53cbbbba6f08" ], "propertyId": "string", "certificateTemplateId": "string", "policySetId": "string", "networkId": "string" }
- Generated server url
http://localhost:8080/identityGroups/{id}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
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 }