Method | Description | |
---|---|---|
AtMessage ( string text ) : string | ||
Create ( |
||
CreateRelationship ( |
||
CreateUser ( |
||
DeclineSuggestion ( string id ) : string | ||
Delete ( ) : string | ||
DeleteRelationship ( RelationshipType type ) : string | ||
DeleteRelationship ( |
||
DeleteUser ( string id ) : string | ||
DirectMessage ( string text ) : string | ||
GetAllUsers ( ) : string | ||
GetAllUsers ( |
||
GetCurrent ( ) : string | ||
GetRelationships ( ) : string | ||
GetSuggestedGroups ( ) : string | ||
GetSuggestedUsers ( ) : string | ||
GetSuggestions ( ) : string | ||
GetUserByEmail ( string email ) : string | ||
GetUserById ( string id ) : string | ||
InviteUser ( string email ) : string | ||
Json ( |
||
Modify ( |
||
ModifyUser ( string id, |
||
SetAsColleague ( ) : string | ||
SetAsSubordinate ( ) : string | ||
SetAsSuperior ( ) : string | ||
Subscribe ( |
||
Subscribe ( ) : void | ||
SubscribedTo ( ) : string | ||
Suspend ( ) : string | ||
SuspendUser ( string id ) : string | ||
UnSubscribe ( |
||
UnSubscribe ( ) : void |
public Create ( |
||
userParams | ||
return | string |
public static CreateRelationship ( |
||
user | ||
type | RelationshipType | |
return | string |
public static CreateUser ( |
||
userParams | ||
return | string |
public static DeclineSuggestion ( string id ) : string | ||
id | string | |
return | string |
public DeleteRelationship ( RelationshipType type ) : string | ||
type | RelationshipType | |
return | string |
public static DeleteRelationship ( |
||
user | ||
type | RelationshipType | |
return | string |
public static DeleteUser ( string id ) : string | ||
id | string | |
return | string |
public DirectMessage ( string text ) : string | ||
text | string | |
return | string |
public static GetAllUsers ( |
||
membershipParams | ||
return | string |
public static GetSuggestedGroups ( ) : string | ||
return | string |
public static GetUserByEmail ( string email ) : string | ||
string | ||
return | string |
public static GetUserById ( string id ) : string | ||
id | string | |
return | string |
public static InviteUser ( string email ) : string | ||
string | ||
return | string |
public Modify ( |
||
userParams | ||
return | string |
public static ModifyUser ( string id, |
||
id | string | |
userParams | ||
return | string |
public static Subscribe ( |
||
user | ||
return | string |
public static SuspendUser ( string id ) : string | ||
id | string | |
return | string |
public static UnSubscribe ( |
||
user | ||
return | string |