Get
/v2/Teams/groups
Security
API Key
Header parameter nameapi_token

Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens

Responses
200
Show example

Success

Collapse all
object
result
Array of object (TeamAccountGroupSummaryCustomer) | null

Customer API response data

object
group_id
string | null

The ID of the team account group.

title
string | null

The name of the team account group.

description
string | null

Description of the team account group.

extension_data
object (ExtensionDataObject)
success
boolean

Status indication for customer API response

errors
Array of object (BaseError) | null

Errors in the customer API response

object
warnings
Array of object (BaseWarning) | null

Warnings in the customer API response

object
information
Array of object (BaseInformation) | null

Information passed by the customer API response

object