workspaceMember_getAll

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

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

A list of membership 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
  • oid (required): the id of the org

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"