Delete organization users
Method |
URL |
Description |
Arguments |
Outputs |
---|---|---|---|---|
DELETE |
account/organization/users/group/ |
Delete the specified organization users |
users |
JSON array |
Arguments
Parameter |
Type |
Description |
---|---|---|
users |
array |
An array of user IDs |
Outputs
None.
Example request
curl -k -X DELETE -H "Content-Type: application/json" -H "Authorization: Token 490f80823bf377e0b3e41476c0d576e448246be15b6b9d64f5c71a69daf24aee" -d '{"users": [1]}' "https://<ip_address>/fpc/v1/api/account/organization/users/group/""