get https://api.data.world/v0/user/organizations
List organizations that the currently authenticated user is a member of.
Response
List organizations that the currently authenticated user is a member of.
xxxxxxxxxx
curl --request GET \
--url 'https://api.data.world/v0/user/organizations?limit=10' \
--header 'accept: application/json'
xxxxxxxxxx
14{
"count": 0,
"nextPageToken": "string",
"records": [
{
"avatarUrl": "string",
"baseUrl": "string",
"created": "string",
"displayName": "string",
"id": "string",
"updated": "string"
}
]
}