curl --request GET \
--url https://api.openworklabs.com/v1/me/orgs{
"orgs": [
{
"id": "<string>",
"isActive": true
}
],
"activeOrgId": "<string>",
"activeOrgSlug": "<string>"
}Lists the organizations visible to the current user and marks which organization is currently active.
curl --request GET \
--url https://api.openworklabs.com/v1/me/orgs{
"orgs": [
{
"id": "<string>",
"isActive": true
}
],
"activeOrgId": "<string>",
"activeOrgSlug": "<string>"
}Current user organizations returned successfully.
Was this page helpful?