@microsoft/msgraph-sdk-users 1.0.0-preview.67 → 1.0.0-preview.68

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-mam-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
  /**
@@ -50,11 +50,11 @@ export interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuil
50
50
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
51
51
  * @returns {Promise<User>}
52
52
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
53
- * @see {@link https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0|Find more info here}
53
+ * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-user-create?view=graph-rest-1.0|Find more info here}
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
  /**
@@ -409,7 +409,7 @@ export interface UserItemRequestBuilder extends BaseRequestBuilder<UserItemReque
409
409
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
410
410
  * @returns {Promise<User>}
411
411
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
412
- * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-user-update?view=graph-rest-1.0|Find more info here}
412
+ * @see {@link https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0|Find more info here}
413
413
  */
414
414
  patch(body: User, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<User | undefined>;
415
415
  /**
@@ -36,11 +36,11 @@ export interface PresenceRequestBuilder extends BaseRequestBuilder<PresenceReque
36
36
  */
37
37
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
38
38
  /**
39
- * Get a user's presence information.
39
+ * Set a presence status message for a user. An optional expiration date and time can be supplied.
40
40
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
41
41
  * @returns {Promise<Presence>}
42
42
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
43
- * @see {@link https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0|Find more info here}
43
+ * @see {@link https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0|Find more info here}
44
44
  */
45
45
  get(requestConfiguration?: RequestConfiguration<PresenceRequestBuilderGetQueryParameters> | undefined): Promise<Presence | undefined>;
46
46
  /**
@@ -58,7 +58,7 @@ export interface PresenceRequestBuilder extends BaseRequestBuilder<PresenceReque
58
58
  */
59
59
  toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
60
60
  /**
61
- * Get a user's presence information.
61
+ * Set a presence status message for a user. An optional expiration date and time can be supplied.
62
62
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
63
63
  * @returns {RequestInformation}
64
64
  */
@@ -72,7 +72,7 @@ export interface PresenceRequestBuilder extends BaseRequestBuilder<PresenceReque
72
72
  toPatchRequestInformation(body: Presence, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
73
73
  }
74
74
  /**
75
- * Get a user's presence information.
75
+ * Set a presence status message for a user. An optional expiration date and time can be supplied.
76
76
  */
77
77
  export interface PresenceRequestBuilderGetQueryParameters {
78
78
  /**