Removing users from groups

DELETE /v3/groups/{group_id}/users/{user_id}

Remove a user from a group.

Source: https://docs.openstack.org/api-ref/identity/v3/index.html?expanded=remove-user-from-group-detail#remove-user-from-group

Request

Parameters

Name In Type Description
group_id path string The group ID.
user_id path string The user ID.

Example

# curl -ks -X DELETE -H 'Content-Type: application/json' -H 'X-Auth-Token: gAAAAA<...>' \
https://<node_IP_addr>:5000/v3/groups/c0d675eac29945ad9dfd08aa1bb75751/users/ebb3fe534b6443acb8d4e7bb1aa28489

Response

Status codes

Success

Code Reason
204 - No Content The server has fulfilled the request.