Create Access Group
POSThttps://api.staging.powerapi.com/api/v1/access_groups
Create Access Group
Request
- application/vnd.api+json
Body
required
data
object
required
Responses
- 201
Create access group in organisation
- application/vnd.api+json
- Schema
- Example (from schema)
Schema
data
object
required
{
"data": {
"id": "string",
"type": "access_groups",
"links": {
"self": "string"
},
"attributes": {
"name": "string"
}
}
}
- curl
- python
- go
- nodejs
- ruby
- java
- powershell
- CURL
ResponseClear