Method | Description | |
---|---|---|
Attach ( string username ) : void |
Attach a detached agency user to a company
|
|
CompanyAgencyUserResource ( ApiClient apiClient, |
||
Detach ( string username ) : void |
Detach an attached agency user from a company
|
|
Get ( string username ) : |
Get an agency user that is attached to a company
|
|
List ( ) : List |
Get a list of agency users attached to a company
|
Method | Description | |
---|---|---|
GetCollectionUrl ( ) : string |
Url for the companys' agency user collection resource
|
|
GetCompanyAgencyUserUrl ( string username ) : string |
Url for the companys' agency user resource
|
public CompanyAgencyUserResource ( ApiClient apiClient, |
||
apiClient | ApiClient | |
company | ||
return | System |
public Detach ( string username ) : void | ||
username | string | username to detach |
return | void |
public Get ( string username ) : |
||
username | string | username of the agency user to get |
return |