Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.07 KB

userOrg_remove.rst

File metadata and controls

55 lines (38 loc) · 1.07 KB

userOrg_remove

DELETE /users/{uid}/orgs/{oid}

Summary

  • Method: DELETE
  • Response Code: 204 / 200
  • Response Formats:
  • Since: UForge 3.3

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 user-object
  • oid (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"
  • org-object
  • organization-api-resources
  • user-object
  • userAdminStatus-change
  • userOrg-getAll
  • userOrg-remove
  • user-create
  • user-get
  • user-getAll
  • user-update