@microsoft/msgraph-sdk-users 1.0.0-preview.46 → 1.0.0-preview.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/users/index.d.ts CHANGED
@@ -37,11 +37,11 @@ export interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuil
37
37
  */
38
38
  byUserId(userId: string): UserItemRequestBuilder;
39
39
  /**
40
- * Retrieve a list of user objects.
40
+ * List properties and relationships of the user objects.
41
41
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
42
42
  * @returns {Promise<UserCollectionResponse>}
43
43
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
44
- * @see {@link https://learn.microsoft.com/graph/api/user-list?view=graph-rest-1.0|Find more info here}
44
+ * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-user-list?view=graph-rest-1.0|Find more info here}
45
45
  */
46
46
  get(requestConfiguration?: RequestConfiguration<UsersRequestBuilderGetQueryParameters> | undefined): Promise<UserCollectionResponse | undefined>;
47
47
  /**
@@ -54,7 +54,7 @@ export interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuil
54
54
  */
55
55
  post(body: User, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<User | undefined>;
56
56
  /**
57
- * Retrieve a list of user objects.
57
+ * List properties and relationships of the user objects.
58
58
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
59
59
  * @returns {RequestInformation}
60
60
  */
@@ -68,7 +68,7 @@ export interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuil
68
68
  toPostRequestInformation(body: User, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
69
69
  }
70
70
  /**
71
- * Retrieve a list of user objects.
71
+ * List properties and relationships of the user objects.
72
72
  */
73
73
  export interface UsersRequestBuilderGetQueryParameters {
74
74
  /**