Customer success center

Login Sign up

Web Services API | Groups Web services | Remove users from group

Modified on: Thu, 13 Apr 2023 4:30 PM

Remove users from group

Remove users from selected group.

  • URL: /integration/ws/management/rest/groups/<id_grupo_o_codGroup>/users.remove
  • Method: POST
  • Headers:
    • Accept: version/format header
    • X-Cloud-Auth-Token*: authorization header
    • X-Cloud-Synchronization : synchronization type(default async ).
    • Content-Type*: application/json
  • Parameters: id or codGroup, included in URL.
  • Body: usernames (limit 500)
  • Responses:
    • 200: OK. Content: json with result details
    • 404: Bad Request. Content: json with result details.
  • Request example:
  • Response example:
    • Payload: {"location":null,"message":"","responsePlatforms":{"management":{"location":null,"message":null,"status":204}},"status":204}
Was this answer helpful?