user_get_team_list ()
Function prototype | user_get_team_list ( session, [user] ) |
---|---|
API Version | All |
SOAP, REST (Since API Version 2.7.31) |
Description
Return a list of all the TEAMS where the user is member
Required permissions: The active user must have role XXXX. Otherwise an INSUFFICIENT_PRIVILEGES error will be returned.
Input parameters: |
|
Output parameters: |
|
Request example
function_name ( “LCAAAAAAAAAAAA”, "xxxx")
Response
The response format is XML when the function has been invoked via the SOAP API, and JSON when it has been invoked via the REST API
Return Error codes
ERROR CODE |
|
---|---|
INVALID_TOKEN | The session token provided is not valid |
USER.NOT_FOUND | The requested USER was not found |