Returns the share groups visible to the specified user. Supports OData $expand (e.g. $expand=opportunities) and $filter, including lambda expressions such as $filter=opportunities/any(o: o/opportunityId eq <guid>).
GET
/transact-workflow/v1/users/{userId}/ShareGroup
curl \
--request GET 'https://gateway.lwolf.com/transact-workflow/v1/users/{userId}/ShareGroup' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "lw-subscription-key: $API_KEY"
Response examples (400)
{
"error": "string",
"message": "string"
}
Response examples (401)
{
"error": "string",
"message": "string"
}
Response examples (403)
{
"error": "string",
"message": "string"
}
Response examples (404)
{
"error": "string",
"message": "string"
}