Creating an account group
POST https://{{base_url}}/v6/account-groups/new.json
Creating an account group
Creates a new account group. Requires the Edit all account groups permission.
Optional (querystring) Parameters
- format=json|xml optional, specifies the format of output requested. See Output Formats for more information
Request
- content-type and accept headers must be set (both to application/json) when using this endpoint.
- Request body allows update of certain account group fields:
- accountGroupName string optional name of the account group. To rename the account group, specify a new name.
- agents array of agent objects optional To grant access to enterprise agents, specify the agent list.
agents
:[{agentId
: 1234}]. Note that this is not an additive list - the full list must be specified if changing access to agents.
Request Body
{"accountGroupName"=>"Postman DevNet account group"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |