AladiaDocs
Api referenceOrganizationsMembers

List all resources of a member

List all resources

GET
/v2/organizations/{organizationId}/members/{userId}/resources

List all resources

AuthorizationBearer <token>

In: header

Path Parameters

userId*string
organizationId*string

Query Parameters

next?string
prev?string
sortBy?string
sortDirection?string

Value in

  • "desc"
  • "asc"
resourceType?string

Value in

  • "organization"
  • "space"
  • "course"
  • "calendar"
  • "event"
  • "developer"
  • "billing-manager"
  • "social-manager"
  • "profile"
  • "admin"
  • "room"
  • "post"
  • "comment"
  • "story"
  • "story-group"
  • "subjects-area"
  • "course-purchase-link"
  • "subject"
  • "book-library"
  • "exam-collection"
  • "document"
name?string
spaceId?string

Response Body

application/json

curl -X GET "https://example.com/v2/organizations/string/members/string/resources"
{}