Creates a new, empty share group. Use the update endpoint to add members and share opportunities.
POST
/transact-workflow/v1/users/{userId}/ShareGroup
curl \
--request POST 'https://api.pre.lwolf.com/transact-workflow/v1/users/{userId}/ShareGroup' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "lw-subscription-key: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"name":"West Team Share Group"}'
Request examples
{
"name": "West Team Share Group"
}
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"
}