POST groups/{groupId}/users
Assigns users to the monitor group.
URL Parameters
| Name | Description |
|---|---|
| groupId | Monitor group identifier. |
Remarks
Users can be assigned to top groups only.Request example
curl --request POST "https://api-asm1.apica.io/v3/groups/321/users?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
{
"AssignedUsers": [
"d97a3c71-ce73-47c9-a430-d96ac6514f45",
"31af00d6-ab42-4311-ac90-b0933495ee6f",
"201f3a51-b39d-4da3-bad8-a87cbaab2c8c"
],
"NotAssignedUsers": [
"3bc1e770-d4b9-44bb-ae74-1026f958c555",
"0aeeeadb-58d0-4230-b66d-4355d78164fe",
"792be6f4-d2c3-4d95-b11c-1d79d4731ed3"
]
}