Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.4 KB

workspaceMember_getAll.rst

File metadata and controls

58 lines (39 loc) · 1.4 KB

workspaceMember_getAll

GET /orgs/{oid}/workspaces/{wid}/memberships

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.3.2

Retrieves all the members of a workspace. This includes all pending invitations.

A list of membership-object objects are returned.

You can use the query parameter user to search for a particular user that has been invited or member of the workspace.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: None

URI Parameters

  • wid (required): the id of the workspace-object
  • oid (required): the id of the org-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/workspaces/{wid}/memberships" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • membership-object
  • workspace-api-resources
  • workspace-object
  • workspaceMember-delete
  • workspaceMember-deleteList
  • workspaceMember-getAll
  • workspaceMember-invite
  • workspaceMember-update
  • workspaceMember-updateList