You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initiates an HTTP GET request to retrieve the associations searched based on association status.
70
-
* @param associationStatus - an association status used to filter associations. This parameter is required. Available values: confirmed, awaiting-approval, removed. Default value: confirmed.
71
-
* @param pageIndex - a page to be returned. Default value: 0.
72
-
* @param itemsPerPage - a number of items returned per page. Default value: 15.
73
-
* @param companyNumber - a filter based on company number.
74
-
* @returns a promise that resolves to the HTTP response from the server that includes the associations or errors object.
62
+
* Initiates an HTTP GET request to retrieve the association for a company for the provided user email.
63
+
* @param companyNumber - a company number of the company for which the associations should be retrieved.
64
+
* @param userEmail - an email address of a user to check if associated with the company.
65
+
* @returns a promise that resolves to the HTTP response from the server that includes the association or errors object.
* Initiates an HTTP GET request to retrieve the associations searched based on association status.
77
+
* @param associationStatus - an association status used to filter associations. This parameter is required. Available values: confirmed, awaiting-approval, removed. Default value: confirmed.
78
+
* @param pageIndex - a page to be returned. Default value: 0.
79
+
* @param itemsPerPage - a number of items returned per page. Default value: 15.
80
+
* @param companyNumber - a filter based on company number.
81
+
* @returns a promise that resolves to the HTTP response from the server that includes the associations or errors object.
0 commit comments