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": [ "83c46554-934f-47f9-86e1-832640d376e8", "a560eb51-304f-4732-82b0-7a828ca9b608", "a2868757-e5b9-4cfb-9210-85ec5073840a" ], "NotAssignedUsers": [ "1c3d7519-52b2-454a-967b-08d43282e908", "2f24bd40-1f7f-49e3-a301-6bedb1040c92", "9000aa18-b2e6-4547-a252-bc8ab5657610" ] }