Get
/v2/Teams/{userId}
Security
API Key
Header parameter nameapi_token

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

Path parameters
userId
stringRequired

The ID of the team account

Responses
200
400
Show example

Success

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

Customer API response data

object
user_id
string | null

The ID of the user

first_name
string | null

First name of the user

last_name
string | null

Last name of the user

email_id
string | null

Email address of the user

profile_logo_url
string | null

Profile image URL of the user

last_login_at
string (date-time) | null

Last login date of the user

portal_role
object (RoleSummaryCustomer)
content_roles
Array of object (ContentRoleSummaryCustomer) | null

The name of content role

object
associated_groups
Array of object (GroupInfo) | null

THe group associated with the team account

object
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