Create Organization ID
POST/api/v1/org/orgIds
Create Organization ID
Request
- application/json
Body
required
orgId numberrequired
Responses
- 201
- application/json
- Schema
- Example (from schema)
Schema
orgId numberrequired
device stringnullable
Device id related to the org id. Set to null to remove the current device.
group numbernullable
Group parent id for the org id. Set to null to remove the current group parent.
{
"orgId": 0,
"device": "string",
"group": 0
}
Loading...