userOrg_remove¶
-
DELETE /users/{uid}/orgs/{oid}
Remove an user from an organization.
Security Summary¶
- Requires Authentication:
true - Entitlements Required:
user_administrate
URI Parameters¶
uid(required): the user name (login name) of the useroid(required): the name of the organization
HTTP Request Body Parameters¶
None
Example Request¶
curl "https://uforge.example.com/api/users/{uid}/orgs/{oid}" -X DELETE \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"