Updating an agent

POST https://{{base_url}}/v6/endpoint-agents/{{agentId}}.json

Updating an agent

Updates a given agent with a new name.

Optional (Querystring) Parameters

  • format=json|xml optional, specifies the format of output requested. See Output Formats for more information
  • aid={aid} optional and requires the user to be assigned to the target account group, specifies the account group context of the request, obtained from the /account-groups endpoint. Specifying this parameter without the user being assigned to the target account will result in an error response. See Account group context for more information

Request

  • {agent_id} corresponds the unique ID of an endpoint agent, obtained from the /endpoint-agents endpoint

Request Body

{"newAgentName"=>"postman devnet endpoint agent updated"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring