Docusign CSharp Docs
|
Represents a collection of functions to interact with the API endpoints More...
Classes | |
class | ListGroupsOptions |
Gets information about groups associated with the account. Retrieves information about groups associated with the account. More... | |
class | ListGroupUsersOptions |
Gets a list of users in a group. Retrieves a list of users in a group. More... | |
Public Member Functions | |
GroupsApi (DocuSignClient aplClient) | |
Initializes a new instance of the GroupsApi class using AplClient object More... | |
String | GetBasePath () |
Gets the base path of the API client. More... | |
GroupInformation | CreateGroups (string accountId, GroupInformation groupInformation=null) |
Creates one or more groups for the account. Creates one or more groups for the account. Groups can be used to help manage users by associating users with a group. You can associate a group with a Permission Profile, which sets the user permissions for users in that group without having to set the `userSettings` property for each user. You are not required to set Permission Profiles for a group, but it makes it easier to manage user permissions for a large number of users. You can also use groups with template sharing to limit user access to templates. More... | |
ApiResponse< GroupInformation > | CreateGroupsWithHttpInfo (string accountId, GroupInformation groupInformation=null) |
Creates one or more groups for the account. Creates one or more groups for the account. Groups can be used to help manage users by associating users with a group. You can associate a group with a Permission Profile, which sets the user permissions for users in that group without having to set the `userSettings` property for each user. You are not required to set Permission Profiles for a group, but it makes it easier to manage user permissions for a large number of users. You can also use groups with template sharing to limit user access to templates. More... | |
async System.Threading.Tasks.Task< GroupInformation > | CreateGroupsAsync (string accountId, GroupInformation groupInformation=null) |
Creates one or more groups for the account. Creates one or more groups for the account. Groups can be used to help manage users by associating users with a group. You can associate a group with a Permission Profile, which sets the user permissions for users in that group without having to set the `userSettings` property for each user. You are not required to set Permission Profiles for a group, but it makes it easier to manage user permissions for a large number of users. You can also use groups with template sharing to limit user access to templates. More... | |
async System.Threading.Tasks.Task< ApiResponse< GroupInformation > > | CreateGroupsAsyncWithHttpInfo (string accountId, GroupInformation groupInformation=null) |
Creates one or more groups for the account. Creates one or more groups for the account. Groups can be used to help manage users by associating users with a group. You can associate a group with a Permission Profile, which sets the user permissions for users in that group without having to set the `userSettings` property for each user. You are not required to set Permission Profiles for a group, but it makes it easier to manage user permissions for a large number of users. You can also use groups with template sharing to limit user access to templates. More... | |
GroupBrands | DeleteBrands (string accountId, string groupId, BrandsRequest brandsRequest=null) |
Deletes brand information from the requested group. Deletes brand information from the requested group. More... | |
ApiResponse< GroupBrands > | DeleteBrandsWithHttpInfo (string accountId, string groupId, BrandsRequest brandsRequest=null) |
Deletes brand information from the requested group. Deletes brand information from the requested group. More... | |
async System.Threading.Tasks.Task< GroupBrands > | DeleteBrandsAsync (string accountId, string groupId, BrandsRequest brandsRequest=null) |
Deletes brand information from the requested group. Deletes brand information from the requested group. More... | |
async System.Threading.Tasks.Task< ApiResponse< GroupBrands > > | DeleteBrandsAsyncWithHttpInfo (string accountId, string groupId, BrandsRequest brandsRequest=null) |
Deletes brand information from the requested group. Deletes brand information from the requested group. More... | |
UsersResponse | DeleteGroupUsers (string accountId, string groupId, UserInfoList userInfoList=null) |
Deletes one or more users from a gro Deletes one or more users from a group. More... | |
ApiResponse< UsersResponse > | DeleteGroupUsersWithHttpInfo (string accountId, string groupId, UserInfoList userInfoList=null) |
Deletes one or more users from a gro Deletes one or more users from a group. More... | |
async System.Threading.Tasks.Task< UsersResponse > | DeleteGroupUsersAsync (string accountId, string groupId, UserInfoList userInfoList=null) |
Deletes one or more users from a gro Deletes one or more users from a group. More... | |
async System.Threading.Tasks.Task< ApiResponse< UsersResponse > > | DeleteGroupUsersAsyncWithHttpInfo (string accountId, string groupId, UserInfoList userInfoList=null) |
Deletes one or more users from a gro Deletes one or more users from a group. More... | |
GroupInformation | DeleteGroups (string accountId, GroupInformation groupInformation=null) |
Deletes an existing user group. Deletes an existing user group. More... | |
ApiResponse< GroupInformation > | DeleteGroupsWithHttpInfo (string accountId, GroupInformation groupInformation=null) |
Deletes an existing user group. Deletes an existing user group. More... | |
async System.Threading.Tasks.Task< GroupInformation > | DeleteGroupsAsync (string accountId, GroupInformation groupInformation=null) |
Deletes an existing user group. Deletes an existing user group. More... | |
async System.Threading.Tasks.Task< ApiResponse< GroupInformation > > | DeleteGroupsAsyncWithHttpInfo (string accountId, GroupInformation groupInformation=null) |
Deletes an existing user group. Deletes an existing user group. More... | |
GroupBrands | GetBrands (string accountId, string groupId) |
Gets group brand ID Information. Retrieves information about the brands associated with the requested group. More... | |
ApiResponse< GroupBrands > | GetBrandsWithHttpInfo (string accountId, string groupId) |
Gets group brand ID Information. Retrieves information about the brands associated with the requested group. More... | |
async System.Threading.Tasks.Task< GroupBrands > | GetBrandsAsync (string accountId, string groupId) |
Gets group brand ID Information. Retrieves information about the brands associated with the requested group. More... | |
async System.Threading.Tasks.Task< ApiResponse< GroupBrands > > | GetBrandsAsyncWithHttpInfo (string accountId, string groupId) |
Gets group brand ID Information. Retrieves information about the brands associated with the requested group. More... | |
UsersResponse | ListGroupUsers (string accountId, string groupId, GroupsApi.ListGroupUsersOptions options=null) |
Gets a list of users in a group. Retrieves a list of users in a group. More... | |
ApiResponse< UsersResponse > | ListGroupUsersWithHttpInfo (string accountId, string groupId, GroupsApi.ListGroupUsersOptions options=null) |
Gets a list of users in a group. Retrieves a list of users in a group. More... | |
async System.Threading.Tasks.Task< UsersResponse > | ListGroupUsersAsync (string accountId, string groupId, GroupsApi.ListGroupUsersOptions options=null) |
Gets a list of users in a group. Retrieves a list of users in a group. More... | |
async System.Threading.Tasks.Task< ApiResponse< UsersResponse > > | ListGroupUsersAsyncWithHttpInfo (string accountId, string groupId, GroupsApi.ListGroupUsersOptions options=null) |
Gets a list of users in a group. Retrieves a list of users in a group. More... | |
GroupInformation | ListGroups (string accountId, GroupsApi.ListGroupsOptions options=null) |
Gets information about groups associated with the account. Retrieves information about groups associated with the account. More... | |
ApiResponse< GroupInformation > | ListGroupsWithHttpInfo (string accountId, GroupsApi.ListGroupsOptions options=null) |
Gets information about groups associated with the account. Retrieves information about groups associated with the account. More... | |
async System.Threading.Tasks.Task< GroupInformation > | ListGroupsAsync (string accountId, GroupsApi.ListGroupsOptions options=null) |
Gets information about groups associated with the account. Retrieves information about groups associated with the account. More... | |
async System.Threading.Tasks.Task< ApiResponse< GroupInformation > > | ListGroupsAsyncWithHttpInfo (string accountId, GroupsApi.ListGroupsOptions options=null) |
Gets information about groups associated with the account. Retrieves information about groups associated with the account. More... | |
GroupBrands | UpdateBrands (string accountId, string groupId, BrandsRequest brandsRequest=null) |
Adds group brand ID information to a group. Adds group brand ID information to a group. More... | |
ApiResponse< GroupBrands > | UpdateBrandsWithHttpInfo (string accountId, string groupId, BrandsRequest brandsRequest=null) |
Adds group brand ID information to a group. Adds group brand ID information to a group. More... | |
async System.Threading.Tasks.Task< GroupBrands > | UpdateBrandsAsync (string accountId, string groupId, BrandsRequest brandsRequest=null) |
Adds group brand ID information to a group. Adds group brand ID information to a group. More... | |
async System.Threading.Tasks.Task< ApiResponse< GroupBrands > > | UpdateBrandsAsyncWithHttpInfo (string accountId, string groupId, BrandsRequest brandsRequest=null) |
Adds group brand ID information to a group. Adds group brand ID information to a group. More... | |
UsersResponse | UpdateGroupUsers (string accountId, string groupId, UserInfoList userInfoList=null) |
Adds one or more users to an existing group. Adds one or more users to an existing group. More... | |
ApiResponse< UsersResponse > | UpdateGroupUsersWithHttpInfo (string accountId, string groupId, UserInfoList userInfoList=null) |
Adds one or more users to an existing group. Adds one or more users to an existing group. More... | |
async System.Threading.Tasks.Task< UsersResponse > | UpdateGroupUsersAsync (string accountId, string groupId, UserInfoList userInfoList=null) |
Adds one or more users to an existing group. Adds one or more users to an existing group. More... | |
async System.Threading.Tasks.Task< ApiResponse< UsersResponse > > | UpdateGroupUsersAsyncWithHttpInfo (string accountId, string groupId, UserInfoList userInfoList=null) |
Adds one or more users to an existing group. Adds one or more users to an existing group. More... | |
GroupInformation | UpdateGroups (string accountId, GroupInformation groupInformation=null) |
Updates the group information for a group. Updates the group name and modifies, or sets, the permission profile for the group. More... | |
ApiResponse< GroupInformation > | UpdateGroupsWithHttpInfo (string accountId, GroupInformation groupInformation=null) |
Updates the group information for a group. Updates the group name and modifies, or sets, the permission profile for the group. More... | |
async System.Threading.Tasks.Task< GroupInformation > | UpdateGroupsAsync (string accountId, GroupInformation groupInformation=null) |
Updates the group information for a group. Updates the group name and modifies, or sets, the permission profile for the group. More... | |
async System.Threading.Tasks.Task< ApiResponse< GroupInformation > > | UpdateGroupsAsyncWithHttpInfo (string accountId, GroupInformation groupInformation=null) |
Updates the group information for a group. Updates the group name and modifies, or sets, the permission profile for the group. More... | |
Public Member Functions inherited from DocuSign.eSign.Api.IGroupsApi | |
UsersResponse | ListGroupUsers (string accountId, string groupId, GroupsApi.ListGroupUsersOptions options=null) |
Gets a list of users in a group. More... | |
ApiResponse< UsersResponse > | ListGroupUsersWithHttpInfo (string accountId, string groupId, GroupsApi.ListGroupUsersOptions options=null) |
Gets a list of users in a group. More... | |
GroupInformation | ListGroups (string accountId, GroupsApi.ListGroupsOptions options=null) |
Gets information about groups associated with the account. More... | |
ApiResponse< GroupInformation > | ListGroupsWithHttpInfo (string accountId, GroupsApi.ListGroupsOptions options=null) |
Gets information about groups associated with the account. More... | |
System.Threading.Tasks.Task< UsersResponse > | ListGroupUsersAsync (string accountId, string groupId, GroupsApi.ListGroupUsersOptions options=null) |
Gets a list of users in a group. More... | |
System.Threading.Tasks.Task< ApiResponse< UsersResponse > > | ListGroupUsersAsyncWithHttpInfo (string accountId, string groupId, GroupsApi.ListGroupUsersOptions options=null) |
Gets a list of users in a group. More... | |
System.Threading.Tasks.Task< GroupInformation > | ListGroupsAsync (string accountId, GroupsApi.ListGroupsOptions options=null) |
Gets information about groups associated with the account. More... | |
System.Threading.Tasks.Task< ApiResponse< GroupInformation > > | ListGroupsAsyncWithHttpInfo (string accountId, GroupsApi.ListGroupsOptions options=null) |
Gets information about groups associated with the account. More... | |
Properties | |
DocuSignClient | ApiClient [get, set] |
Gets or sets the ApiClient object More... | |
DocuSign.eSign.Client.ExceptionFactory | ExceptionFactory [get, set] |
Provides a factory method hook for the creation of exceptions. More... | |
Properties inherited from DocuSign.eSign.Client.IApiAccessor | |
DocuSignClient | ApiClient [get, set] |
Gets or sets the ApiClient object More... | |
ExceptionFactory | ExceptionFactory [get, set] |
Provides a factory method hook for the creation of exceptions. More... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the GroupsApi class using AplClient object
aplClient | An instance of AplClient |
|
inline |
Creates one or more groups for the account. Creates one or more groups for the account. Groups can be used to help manage users by associating users with a group. You can associate a group with a Permission Profile, which sets the user permissions for users in that group without having to set the `userSettings` property for each user. You are not required to set Permission Profiles for a group, but it makes it easier to manage user permissions for a large number of users. You can also use groups with template sharing to limit user access to templates.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupInformation | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Creates one or more groups for the account. Creates one or more groups for the account. Groups can be used to help manage users by associating users with a group. You can associate a group with a Permission Profile, which sets the user permissions for users in that group without having to set the `userSettings` property for each user. You are not required to set Permission Profiles for a group, but it makes it easier to manage user permissions for a large number of users. You can also use groups with template sharing to limit user access to templates.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupInformation | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Creates one or more groups for the account. Creates one or more groups for the account. Groups can be used to help manage users by associating users with a group. You can associate a group with a Permission Profile, which sets the user permissions for users in that group without having to set the `userSettings` property for each user. You are not required to set Permission Profiles for a group, but it makes it easier to manage user permissions for a large number of users. You can also use groups with template sharing to limit user access to templates.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupInformation | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Creates one or more groups for the account. Creates one or more groups for the account. Groups can be used to help manage users by associating users with a group. You can associate a group with a Permission Profile, which sets the user permissions for users in that group without having to set the `userSettings` property for each user. You are not required to set Permission Profiles for a group, but it makes it easier to manage user permissions for a large number of users. You can also use groups with template sharing to limit user access to templates.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupInformation | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Deletes brand information from the requested group. Deletes brand information from the requested group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
brandsRequest | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Deletes brand information from the requested group. Deletes brand information from the requested group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
brandsRequest | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Deletes brand information from the requested group. Deletes brand information from the requested group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
brandsRequest | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Deletes brand information from the requested group. Deletes brand information from the requested group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
brandsRequest | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Deletes an existing user group. Deletes an existing user group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupInformation | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Deletes an existing user group. Deletes an existing user group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupInformation | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Deletes an existing user group. Deletes an existing user group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupInformation | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Deletes an existing user group. Deletes an existing user group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupInformation | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Deletes one or more users from a gro Deletes one or more users from a group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
userInfoList | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Deletes one or more users from a gro Deletes one or more users from a group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
userInfoList | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Deletes one or more users from a gro Deletes one or more users from a group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
userInfoList | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Deletes one or more users from a gro Deletes one or more users from a group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
userInfoList | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
|
inline |
Gets group brand ID Information. Retrieves information about the brands associated with the requested group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Gets group brand ID Information. Retrieves information about the brands associated with the requested group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Gets group brand ID Information. Retrieves information about the brands associated with the requested group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Gets group brand ID Information. Retrieves information about the brands associated with the requested group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Gets information about groups associated with the account. Retrieves information about groups associated with the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets information about groups associated with the account. Retrieves information about groups associated with the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets information about groups associated with the account. Retrieves information about groups associated with the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets information about groups associated with the account. Retrieves information about groups associated with the account.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets a list of users in a group. Retrieves a list of users in a group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets a list of users in a group. Retrieves a list of users in a group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets a list of users in a group. Retrieves a list of users in a group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets a list of users in a group. Retrieves a list of users in a group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Adds group brand ID information to a group. Adds group brand ID information to a group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
brandsRequest | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Adds group brand ID information to a group. Adds group brand ID information to a group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
brandsRequest | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Adds group brand ID information to a group. Adds group brand ID information to a group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
brandsRequest | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Adds group brand ID information to a group. Adds group brand ID information to a group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
brandsRequest | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Updates the group information for a group. Updates the group name and modifies, or sets, the permission profile for the group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupInformation | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Updates the group information for a group. Updates the group name and modifies, or sets, the permission profile for the group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupInformation | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Updates the group information for a group. Updates the group name and modifies, or sets, the permission profile for the group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupInformation | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Updates the group information for a group. Updates the group name and modifies, or sets, the permission profile for the group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupInformation | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Adds one or more users to an existing group. Adds one or more users to an existing group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
userInfoList | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Adds one or more users to an existing group. Adds one or more users to an existing group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
userInfoList | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Adds one or more users to an existing group. Adds one or more users to an existing group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
userInfoList | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
inline |
Adds one or more users to an existing group. Adds one or more users to an existing group.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
groupId | The ID of the group being accessed. |
userInfoList | (optional) |
Implements DocuSign.eSign.Api.IGroupsApi.
|
getset |
Gets or sets the ApiClient object
An instance of the ApiClient
|
getset |
Provides a factory method hook for the creation of exceptions.