Get Members
To retrieve all active members on the sync! platform
/api/third-party/members
It returns basic details of this user. The optional query parameters are:
Get Members
GET
https://teamsync.ink/api/third-party/members
It returns basic details of this user. The optional query parameters are:
Query Parameters
Name
Type
Description
limit
integer
default to 10
page
integer
default to 1
search
string
search within names, email, skills, state and country field.
sortBy
String
sort by the response fields
sortOrder
String
1 for descending order and 0 for descending
{
firstName: string,
lastName: string,
email: string,
createdAt: date,
skills: array of strings,
isUserAvailable: boolean,
collaborationStyle: string,
profession: string,
portfolioUrl: string,
interests: array of string,
aboutSelf: string,
country: string,
state:string
}
Last updated