Uses of Class
com.docusign.admin.model.DSGroupAndUsersResponse
-
Packages that use DSGroupAndUsersResponse Package Description com.docusign.admin.api com.docusign.admin.model -
-
Uses of DSGroupAndUsersResponse in com.docusign.admin.api
Methods in com.docusign.admin.api that return DSGroupAndUsersResponse Modifier and Type Method Description DSGroupAndUsersResponseDsGroupsApi. getDSGroupUsers(UUID organizationId, UUID accountId, UUID dsGroupId)Get list of users in a DSGroup.DSGroupAndUsersResponseDsGroupsApi. getDSGroupUsers(UUID organizationId, UUID accountId, UUID dsGroupId, DsGroupsApi.GetDSGroupUsersOptions options)Get list of users in a DSGroup.Methods in com.docusign.admin.api that return types with arguments of type DSGroupAndUsersResponse Modifier and Type Method Description ApiResponse<DSGroupAndUsersResponse>DsGroupsApi. getDSGroupUsersWithHttpInfo(UUID organizationId, UUID accountId, UUID dsGroupId, DsGroupsApi.GetDSGroupUsersOptions options)Get list of users in a DSGroup Required scopes: user_read -
Uses of DSGroupAndUsersResponse in com.docusign.admin.model
Methods in com.docusign.admin.model that return DSGroupAndUsersResponse Modifier and Type Method Description DSGroupAndUsersResponseDSGroupAndUsersResponse. group(DSGroupResponse group)group.DSGroupAndUsersResponseDSGroupAndUsersResponse. groupUsers(DSGroupUsersResponse groupUsers)groupUsers.
-