Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Interface Information

Name

Get Group List By Username

Address

/rest/tools/1.0/api/group/getGroupFromUser

Method

GET

Return Type

Json

Authentication

Basic,token

Parameters

Parameter name

Required

Parameter type

Description

name

Y

String

Username

return value format

Field

Type

Description

code

int

Appendix - Code

msg

String

total

int

Total data

isMore

bool

true or false

data

String

[{
“name”:”group name”
},
{
“name”:”group name”
}]

...