openapi: 3.1.0 info: title: Microsoft Graph Contacts description: Needs a description. paths: /contacts: description: Provides operations to manage the collection of orgContact entities. get: tags: - contacts.orgContact summary: Microsoft Graph List orgContacts description: Get the list of organizational contacts for this organization. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0 operationId: contacts.orgContact.ListOrgContact parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /contacts/{orgContact-id}: description: Provides operations to manage the collection of orgContact entities. get: tags: - contacts.orgContact summary: Microsoft Graph Get orgContact description: Get the properties and relationships of an organizational contact. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0 operationId: contacts.orgContact.GetOrgContact parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - contacts.orgContact summary: Microsoft Graph Update entity in contacts operationId: contacts.orgContact.UpdateOrgContact requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - contacts.orgContact summary: Microsoft Graph Delete entity from contacts operationId: contacts.orgContact.DeleteOrgContact parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/directReports: description: >- Provides operations to manage the directReports property of the microsoft.graph.orgContact entity. get: tags: - contacts.directoryObject summary: Microsoft Graph List directReports description: Get the direct reports for this organizational contact. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0 operationId: contacts.ListDirectReports parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.directoryObjectCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/directReports/{directoryObject-id}: description: >- Provides operations to manage the directReports property of the microsoft.graph.orgContact entity. get: tags: - contacts.directoryObject summary: Microsoft Graph Get directReports from contacts description: >- The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand. operationId: contacts.GetDirectReports parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /contacts/{orgContact-id}/directReports/{directoryObject-id}/graph.orgContact: description: Casts the previous resource to orgContact. get: tags: - contacts.directoryObject summary: >- Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact operationId: contacts.GetDirectReports.AsOrgContact parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /contacts/{orgContact-id}/directReports/{directoryObject-id}/graph.user: description: Casts the previous resource to user. get: tags: - contacts.directoryObject summary: >- Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.user operationId: contacts.GetDirectReports.AsUser parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /contacts/{orgContact-id}/directReports/$count: description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Microsoft Graph Get the number of the resource operationId: contacts.directReports.GetCount-94c4 parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/directReports/graph.orgContact: description: Casts the previous resource to orgContact. get: tags: - contacts.directoryObject summary: >- Microsoft Graph Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection operationId: contacts.ListDirectReports.AsOrgContact parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/directReports/graph.orgContact/$count: description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Microsoft Graph Get the number of the resource operationId: contacts.DirectReports.GetCount.AsOrgContact-315a parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/directReports/graph.user: description: Casts the previous resource to user. get: tags: - contacts.directoryObject summary: >- Microsoft Graph Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection operationId: contacts.ListDirectReports.AsUser parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/directReports/graph.user/$count: description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Microsoft Graph Get the number of the resource operationId: contacts.DirectReports.GetCount.AsUser-5746 parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/manager: description: >- Provides operations to manage the manager property of the microsoft.graph.orgContact entity. get: tags: - contacts.directoryObject summary: Microsoft Graph Get manager description: Get this organizational contact's manager. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0 operationId: contacts.GetManager parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/memberOf: description: >- Provides operations to manage the memberOf property of the microsoft.graph.orgContact entity. get: tags: - contacts.directoryObject summary: Microsoft Graph List memberOf description: List the groups that this organizational contact is a member of. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0 operationId: contacts.ListMemberOf parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.directoryObjectCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/memberOf/{directoryObject-id}: description: >- Provides operations to manage the memberOf property of the microsoft.graph.orgContact entity. get: tags: - contacts.directoryObject summary: Microsoft Graph Get memberOf from contacts description: >- Groups that this contact is a member of. Read-only. Nullable. Supports $expand. operationId: contacts.GetMemberOf parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /contacts/{orgContact-id}/memberOf/{directoryObject-id}/graph.administrativeUnit: description: Casts the previous resource to administrativeUnit. get: tags: - contacts.directoryObject summary: >- Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit operationId: contacts.GetMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /contacts/{orgContact-id}/memberOf/{directoryObject-id}/graph.group: description: Casts the previous resource to group. get: tags: - contacts.directoryObject summary: >- Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: contacts.GetMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /contacts/{orgContact-id}/memberOf/$count: description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Microsoft Graph Get the number of the resource operationId: contacts.memberOf.GetCount-46e4 parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/memberOf/graph.administrativeUnit: description: Casts the previous resource to administrativeUnit. get: tags: - contacts.directoryObject summary: >- Microsoft Graph Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection operationId: contacts.ListMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.administrativeUnitCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/memberOf/graph.administrativeUnit/$count: description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Microsoft Graph Get the number of the resource operationId: contacts.MemberOf.GetCount.AsAdministrativeUnit-db20 parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/memberOf/graph.group: description: Casts the previous resource to group. get: tags: - contacts.directoryObject summary: >- Microsoft Graph Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: contacts.ListMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/memberOf/graph.group/$count: description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Microsoft Graph Get the number of the resource operationId: contacts.MemberOf.GetCount.AsGroup-df93 parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/checkMemberGroups: description: Provides operations to call the checkMemberGroups method. post: tags: - contacts.orgContact.Actions summary: Microsoft Graph Invoke action checkMemberGroups description: "Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct." externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: contacts.orgContact.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/checkMemberObjects: description: Provides operations to call the checkMemberObjects method. post: tags: - contacts.orgContact.Actions summary: Microsoft Graph Invoke action checkMemberObjects operationId: contacts.orgContact.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/getMemberGroups: description: Provides operations to call the getMemberGroups method. post: tags: - contacts.orgContact.Actions summary: Microsoft Graph Invoke action getMemberGroups description: >- Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: contacts.orgContact.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/getMemberObjects: description: Provides operations to call the getMemberObjects method. post: tags: - contacts.orgContact.Actions summary: Microsoft Graph Invoke action getMemberObjects description: "Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles." externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: contacts.orgContact.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/restore: description: Provides operations to call the restore method. post: tags: - contacts.orgContact.Actions summary: Microsoft Graph Invoke action restore description: "Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted." externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: contacts.orgContact.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/retryServiceProvisioning: description: Provides operations to call the retryServiceProvisioning method. post: tags: - contacts.orgContact.Actions summary: Microsoft Graph Invoke action retryServiceProvisioning operationId: contacts.orgContact.retryServiceProvisioning responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/onPremisesSyncBehavior: description: >- Provides operations to manage the onPremisesSyncBehavior property of the microsoft.graph.orgContact entity. get: tags: - contacts.onPremisesSyncBehavior summary: Microsoft Graph Get onPremisesSyncBehavior from contacts operationId: contacts.GetOnPremisesSyncBehavior parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onPremisesSyncBehavior' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - contacts.onPremisesSyncBehavior summary: Microsoft Graph Update the navigation property onPremisesSyncBehavior in contacts operationId: contacts.UpdateOnPremisesSyncBehavior requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onPremisesSyncBehavior' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onPremisesSyncBehavior' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - contacts.onPremisesSyncBehavior summary: Microsoft Graph Delete navigation property onPremisesSyncBehavior for contacts operationId: contacts.DeleteOnPremisesSyncBehavior parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/serviceProvisioningErrors: get: tags: - contacts.serviceProvisioningError summary: Microsoft Graph Get serviceProvisioningErrors property value description: >- Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from an organizational contact object . Supports $filter (eq, not, for isResolved and serviceInstance). operationId: contacts.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/serviceProvisioningErrors/$count: description: Provides operations to count the resources in the collection. get: tags: - contacts.serviceProvisioningError summary: Microsoft Graph Get the number of the resource operationId: contacts.ServiceProvisioningErrors.GetCount-33c2 parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/transitiveMemberOf: description: >- Provides operations to manage the transitiveMemberOf property of the microsoft.graph.orgContact entity. get: tags: - contacts.directoryObject summary: Microsoft Graph List transitiveMemberOf description: >- Get groups that this organizational contact is a member of. The API request is transitive, and returns all groups the organizational contact is a nested member of. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0 operationId: contacts.ListTransitiveMemberOf parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.directoryObjectCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}: description: >- Provides operations to manage the transitiveMemberOf property of the microsoft.graph.orgContact entity. get: tags: - contacts.directoryObject summary: Microsoft Graph Get transitiveMemberOf from contacts description: >- Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable. operationId: contacts.GetTransitiveMemberOf parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/graph.administrativeUnit: description: Casts the previous resource to administrativeUnit. get: tags: - contacts.directoryObject summary: >- Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit operationId: contacts.GetTransitiveMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/graph.group: description: Casts the previous resource to group. get: tags: - contacts.directoryObject summary: >- Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: contacts.GetTransitiveMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /contacts/{orgContact-id}/transitiveMemberOf/$count: description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Microsoft Graph Get the number of the resource operationId: contacts.transitiveMemberOf.GetCount-d749 parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/transitiveMemberOf/graph.administrativeUnit: description: Casts the previous resource to administrativeUnit. get: tags: - contacts.directoryObject summary: >- Microsoft Graph Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection operationId: contacts.ListTransitiveMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.administrativeUnitCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/transitiveMemberOf/graph.administrativeUnit/$count: description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Microsoft Graph Get the number of the resource operationId: contacts.TransitiveMemberOf.GetCount.AsAdministrativeUnit-d6cb parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/transitiveMemberOf/graph.group: description: Casts the previous resource to group. get: tags: - contacts.directoryObject summary: >- Microsoft Graph Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: contacts.ListTransitiveMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/{orgContact-id}/transitiveMemberOf/graph.group/$count: description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Microsoft Graph Get the number of the resource operationId: contacts.TransitiveMemberOf.GetCount.AsGroup-e1a5 parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/$count: description: Provides operations to count the resources in the collection. get: tags: - contacts.orgContact summary: Microsoft Graph Get the number of the resource operationId: contacts.GetCount-60f9 parameters: - name: ConsistencyLevel in: header description: >- Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries schema: type: string examples: example-1: description: >- $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /contacts/delta(): description: Provides operations to call the delta method. get: tags: - contacts.orgContact.Functions summary: Microsoft Graph Invoke function delta description: >- Get newly created, updated, or deleted organizational contacts without having to perform a full read of the entire collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0 operationId: contacts.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of orgContact type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - /contacts/delta() /contacts/getAvailableExtensionProperties: description: Provides operations to call the getAvailableExtensionProperties method. post: tags: - contacts.orgContact.Actions summary: Microsoft Graph Invoke action getAvailableExtensionProperties description: >- Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties: externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 operationId: contacts.getAvailableExtensionProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: isSyncedFromOnPremises: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of extensionProperty type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: >- #/components/schemas/microsoft.graph.extensionProperty 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /contacts/getByIds: description: Provides operations to call the getByIds method. post: tags: - contacts.orgContact.Actions summary: Microsoft Graph Invoke action getByIds description: >- Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 operationId: contacts.getByIds requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string types: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /contacts/validateProperties: description: Provides operations to call the validateProperties method. post: tags: - contacts.orgContact.Actions summary: Microsoft Graph Invoke action validateProperties description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\r\n1. Validate the prefix and suffix naming policy\r\n2. Validate the custom banned words policy\r\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 operationId: contacts.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: entityType: type: string nullable: true displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: >- ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts: description: >- Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - me.contactFolder summary: Microsoft Graph Get contacts from me description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: me.contactFolders.childFolders.ListContacts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.contactFolder summary: Microsoft Graph Create new navigation property to contacts for me operationId: me.contactFolders.childFolders.CreateContacts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - /me/contactFolders/{contactFolder-id}/contacts /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}: description: >- Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - me.contactFolder summary: Microsoft Graph Get contacts from me description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: me.contactFolders.childFolders.GetContacts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contactFolder summary: Microsoft Graph Update the navigation property contacts in me operationId: me.contactFolders.childFolders.UpdateContacts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.contactFolder summary: Microsoft Graph Delete navigation property contacts for me operationId: me.contactFolders.childFolders.DeleteContacts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - /me/contactFolders/{contactFolder-id}/contacts/{contact-id} /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions: description: >- Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - me.contactFolder summary: Microsoft Graph Get extensions from me description: >- The collection of open extensions defined for the contact. Read-only. Nullable. operationId: me.contactFolders.childFolders.contacts.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.contactFolder summary: Microsoft Graph Create new navigation property to extensions for me operationId: me.contactFolders.childFolders.contacts.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - /me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions - /me/contacts/{contact-id}/extensions /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}: description: >- Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - me.contactFolder summary: Microsoft Graph Get extensions from me description: >- The collection of open extensions defined for the contact. Read-only. Nullable. operationId: me.contactFolders.childFolders.contacts.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contactFolder summary: Microsoft Graph Update the navigation property extensions in me operationId: me.contactFolders.childFolders.contacts.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.contactFolder summary: Microsoft Graph Delete navigation property extensions for me operationId: me.contactFolders.childFolders.contacts.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - >- /me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id} - /me/contacts/{contact-id}/extensions/{extension-id} /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count: description: Provides operations to count the resources in the collection. get: tags: - me.contactFolder summary: Microsoft Graph Get the number of the resource operationId: me.contactFolders.childFolders.contacts.extensions.GetCount-0ca5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/permanentDelete: description: Provides operations to call the permanentDelete method. post: tags: - me.contactFolder summary: Microsoft Graph Invoke action permanentDelete operationId: >- me.contactFolders.contactFolder.childFolders.contactFolder.contacts.contact.permanentDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - /me/calendar/events/{event-id}/permanentDelete - /me/calendar/permanentDelete - >- /me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/permanentDelete - >- /me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/permanentDelete - /me/calendars/{calendar-id}/events/{event-id}/permanentDelete - /me/calendars/{calendar-id}/permanentDelete - >- /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/permanentDelete - >- /me/contactFolders/{contactFolder-id}/contacts/{contact-id}/permanentDelete - /me/contactFolders/{contactFolder-id}/permanentDelete - /me/contacts/{contact-id}/permanentDelete - /me/events/{event-id}/permanentDelete - >- /me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/permanentDelete - >- /me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/permanentDelete - /me/mailFolders/{mailFolder-id}/messages/{message-id}/permanentDelete - /me/mailFolders/{mailFolder-id}/permanentDelete - /me/messages/{message-id}/permanentDelete /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo: description: >- Provides operations to manage the photo property of the microsoft.graph.contact entity. get: tags: - me.contactFolder summary: Microsoft Graph Get photo from me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.childFolders.contacts.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contactFolder summary: Microsoft Graph Update the navigation property photo in me operationId: me.contactFolders.childFolders.contacts.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - /me/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo - /me/contacts/{contact-id}/photo /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value: description: Provides operations to manage the media for the user entity. get: tags: - me.contactFolder summary: Microsoft Graph Get media content for the navigation property photo from me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.childFolders.contacts.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.contactFolder summary: Microsoft Graph Update media content for the navigation property photo in me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.childFolders.contacts.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.contactFolder summary: Microsoft Graph Delete media content for the navigation property photo in me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.childFolders.contacts.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count: description: Provides operations to count the resources in the collection. get: tags: - me.contactFolder summary: Microsoft Graph Get the number of the resource operationId: me.contactFolders.childFolders.contacts.GetCount-bf12 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta(): description: Provides operations to call the delta method. get: tags: - me.contactFolder summary: Microsoft Graph Invoke function delta description: "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \r\napplying state tokens in one or more of these calls, \r\nyou can query for incremental changes in the contacts in \r\nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \r\nhaving to fetch the entire set of contacts from the server every time. " externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 operationId: >- me.contactFolders.contactFolder.childFolders.contactFolder.contacts.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contact type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - /me/calendar/calendarView/delta() - /me/calendar/events/{event-id}/instances/delta() - /me/calendar/events/delta() - >- /me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta() - >- /me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta() - >- /me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta() - /me/calendars/{calendar-id}/calendarView/delta() - /me/calendars/{calendar-id}/events/{event-id}/instances/delta() - /me/calendars/{calendar-id}/events/delta() - /me/calendarView/delta() - /me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta() - /me/chats/{chat-id}/messages/delta() - /me/contactFolders/{contactFolder-id}/childFolders/delta() - /me/contactFolders/{contactFolder-id}/contacts/delta() - /me/contactFolders/delta() - /me/contacts/delta() - /me/events/{event-id}/instances/delta() - /me/events/delta() - >- /me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta() - /me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta() - >- /me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta() - /me/joinedTeams/{team-id}/primaryChannel/messages/delta() - >- /me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta() - /me/mailFolders/{mailFolder-id}/childFolders/delta() - /me/mailFolders/{mailFolder-id}/messages/delta() - /me/mailFolders/delta() - /me/messages/delta() - /me/onlineMeetings/{onlineMeeting-id}/recordings/delta() - /me/onlineMeetings/{onlineMeeting-id}/transcripts/delta() - /me/todo/lists/{todoTaskList-id}/tasks/delta() - /me/todo/lists/delta() /me/contactFolders/{contactFolder-id}/contacts: description: >- Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - me.contactFolder summary: Microsoft Graph List contacts description: >- Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0 operationId: me.contactFolders.ListContacts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.contactFolder summary: Microsoft Graph Create contact description: >- Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0 operationId: me.contactFolders.CreateContacts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - >- /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts /me/contactFolders/{contactFolder-id}/contacts/{contact-id}: description: >- Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - me.contactFolder summary: Microsoft Graph Get contacts from me description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: me.contactFolders.GetContacts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contactFolder summary: Microsoft Graph Update the navigation property contacts in me operationId: me.contactFolders.UpdateContacts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.contactFolder summary: Microsoft Graph Delete navigation property contacts for me operationId: me.contactFolders.DeleteContacts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - >- /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id} /me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions: description: >- Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - me.contactFolder summary: Microsoft Graph Get extensions from me description: >- The collection of open extensions defined for the contact. Read-only. Nullable. operationId: me.contactFolders.contacts.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.contactFolder summary: Microsoft Graph Create new navigation property to extensions for me operationId: me.contactFolders.contacts.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - >- /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions - /me/contacts/{contact-id}/extensions /me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}: description: >- Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - me.contactFolder summary: Microsoft Graph Get extensions from me description: >- The collection of open extensions defined for the contact. Read-only. Nullable. operationId: me.contactFolders.contacts.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contactFolder summary: Microsoft Graph Update the navigation property extensions in me operationId: me.contactFolders.contacts.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.contactFolder summary: Microsoft Graph Delete navigation property extensions for me operationId: me.contactFolders.contacts.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - >- /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id} - /me/contacts/{contact-id}/extensions/{extension-id} /me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count: description: Provides operations to count the resources in the collection. get: tags: - me.contactFolder summary: Microsoft Graph Get the number of the resource operationId: me.contactFolders.contacts.extensions.GetCount-d89c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact /me/contactFolders/{contactFolder-id}/contacts/{contact-id}/permanentDelete: description: Provides operations to call the permanentDelete method. post: tags: - me.contactFolder summary: Microsoft Graph Invoke action permanentDelete operationId: me.contactFolders.contactFolder.contacts.contact.permanentDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - /me/calendar/events/{event-id}/permanentDelete - /me/calendar/permanentDelete - >- /me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/permanentDelete - >- /me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/permanentDelete - /me/calendars/{calendar-id}/events/{event-id}/permanentDelete - /me/calendars/{calendar-id}/permanentDelete - >- /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/permanentDelete - >- /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/permanentDelete - /me/contactFolders/{contactFolder-id}/permanentDelete - /me/contacts/{contact-id}/permanentDelete - /me/events/{event-id}/permanentDelete - >- /me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/permanentDelete - >- /me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/permanentDelete - /me/mailFolders/{mailFolder-id}/messages/{message-id}/permanentDelete - /me/mailFolders/{mailFolder-id}/permanentDelete - /me/messages/{message-id}/permanentDelete /me/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo: description: >- Provides operations to manage the photo property of the microsoft.graph.contact entity. get: tags: - me.contactFolder summary: Microsoft Graph Get photo from me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.contacts.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contactFolder summary: Microsoft Graph Update the navigation property photo in me operationId: me.contactFolders.contacts.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - >- /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo - /me/contacts/{contact-id}/photo /me/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value: description: Provides operations to manage the media for the user entity. get: tags: - me.contactFolder summary: Microsoft Graph Get media content for the navigation property photo from me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.contacts.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.contactFolder summary: Microsoft Graph Update media content for the navigation property photo in me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.contacts.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.contactFolder summary: Microsoft Graph Delete media content for the navigation property photo in me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.contacts.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact /me/contactFolders/{contactFolder-id}/contacts/$count: description: Provides operations to count the resources in the collection. get: tags: - me.contactFolder summary: Microsoft Graph Get the number of the resource operationId: me.contactFolders.contacts.GetCount-31d1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder /me/contactFolders/{contactFolder-id}/contacts/delta(): description: Provides operations to call the delta method. get: tags: - me.contactFolder summary: Microsoft Graph Invoke function delta description: "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \r\napplying state tokens in one or more of these calls, \r\nyou can query for incremental changes in the contacts in \r\nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \r\nhaving to fetch the entire set of contacts from the server every time. " externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 operationId: me.contactFolders.contactFolder.contacts.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contact type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - /me/calendar/calendarView/delta() - /me/calendar/events/{event-id}/instances/delta() - /me/calendar/events/delta() - >- /me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta() - >- /me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta() - >- /me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta() - /me/calendars/{calendar-id}/calendarView/delta() - /me/calendars/{calendar-id}/events/{event-id}/instances/delta() - /me/calendars/{calendar-id}/events/delta() - /me/calendarView/delta() - /me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta() - /me/chats/{chat-id}/messages/delta() - >- /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta() - /me/contactFolders/{contactFolder-id}/childFolders/delta() - /me/contactFolders/delta() - /me/contacts/delta() - /me/events/{event-id}/instances/delta() - /me/events/delta() - >- /me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta() - /me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta() - >- /me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta() - /me/joinedTeams/{team-id}/primaryChannel/messages/delta() - >- /me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta() - /me/mailFolders/{mailFolder-id}/childFolders/delta() - /me/mailFolders/{mailFolder-id}/messages/delta() - /me/mailFolders/delta() - /me/messages/delta() - /me/onlineMeetings/{onlineMeeting-id}/recordings/delta() - /me/onlineMeetings/{onlineMeeting-id}/transcripts/delta() - /me/todo/lists/{todoTaskList-id}/tasks/delta() - /me/todo/lists/delta() /me/contacts: description: >- Provides operations to manage the contacts property of the microsoft.graph.user entity. get: tags: - Me.contact summary: Microsoft Graph List contacts description: >- Get a contact collection from the default contacts folder of the signed-in user. There are two scenarios where an app can get contacts in another user's contact folder: externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0 operationId: me.ListContacts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - Me.contact summary: Microsoft Graph Create contact description: >- Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/user-post-contacts?view=graph-rest-1.0 operationId: me.CreateContacts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/contacts/{contact-id}: description: >- Provides operations to manage the contacts property of the microsoft.graph.user entity. get: tags: - Me.contact summary: Microsoft Graph Get contact description: >- Retrieve the properties and relationships of a contact object. There are two scenarios where an app can get a contact in another user's contact folder: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contact-get?view=graph-rest-1.0 operationId: me.GetContacts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - Me.contact summary: Microsoft Graph Update contact description: Update the properties of a contact object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/contact-update?view=graph-rest-1.0 operationId: me.UpdateContacts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - Me.contact summary: Microsoft Graph Delete contact description: Delete a contact. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/contact-delete?view=graph-rest-1.0 operationId: me.DeleteContacts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact /me/contacts/{contact-id}/extensions: description: >- Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - Me.contact summary: Microsoft Graph Get extensions from me description: >- The collection of open extensions defined for the contact. Read-only. Nullable. operationId: me.contacts.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - Me.contact summary: Microsoft Graph Create new navigation property to extensions for me operationId: me.contacts.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - >- /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions - /me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions /me/contacts/{contact-id}/extensions/{extension-id}: description: >- Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - Me.contact summary: Microsoft Graph Get extensions from me description: >- The collection of open extensions defined for the contact. Read-only. Nullable. operationId: me.contacts.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - Me.contact summary: Microsoft Graph Update the navigation property extensions in me operationId: me.contacts.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - Me.contact summary: Microsoft Graph Delete navigation property extensions for me operationId: me.contacts.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - >- /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id} - >- /me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id} /me/contacts/{contact-id}/extensions/$count: description: Provides operations to count the resources in the collection. get: tags: - Me.contact summary: Microsoft Graph Get the number of the resource operationId: me.contacts.extensions.GetCount-10dd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact /me/contacts/{contact-id}/permanentDelete: description: Provides operations to call the permanentDelete method. post: tags: - Me.contact summary: Microsoft Graph Invoke action permanentDelete operationId: me.contacts.contact.permanentDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - /me/calendar/events/{event-id}/permanentDelete - /me/calendar/permanentDelete - >- /me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/permanentDelete - >- /me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/permanentDelete - /me/calendars/{calendar-id}/events/{event-id}/permanentDelete - /me/calendars/{calendar-id}/permanentDelete - >- /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/permanentDelete - >- /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/permanentDelete - >- /me/contactFolders/{contactFolder-id}/contacts/{contact-id}/permanentDelete - /me/contactFolders/{contactFolder-id}/permanentDelete - /me/events/{event-id}/permanentDelete - >- /me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/permanentDelete - >- /me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/permanentDelete - /me/mailFolders/{mailFolder-id}/messages/{message-id}/permanentDelete - /me/mailFolders/{mailFolder-id}/permanentDelete - /me/messages/{message-id}/permanentDelete /me/contacts/{contact-id}/photo: description: >- Provides operations to manage the photo property of the microsoft.graph.contact entity. get: tags: - Me.contact summary: Microsoft Graph Get photo from me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contacts.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - Me.contact summary: Microsoft Graph Update the navigation property photo in me operationId: me.contacts.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - >- /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo - /me/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo /me/contacts/{contact-id}/photo/$value: description: Provides operations to manage the media for the user entity. get: tags: - Me.contact summary: Microsoft Graph Get media content for the navigation property photo from me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contacts.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - Me.contact summary: Microsoft Graph Update media content for the navigation property photo in me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contacts.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - Me.contact summary: Microsoft Graph Delete media content for the navigation property photo in me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contacts.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact /me/contacts/$count: description: Provides operations to count the resources in the collection. get: tags: - Me.contact summary: Microsoft Graph Get the number of the resource operationId: me.contacts.GetCount-9c39 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/contacts/delta(): description: Provides operations to call the delta method. get: tags: - Me.contact summary: Microsoft Graph Invoke function delta description: "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \r\napplying state tokens in one or more of these calls, \r\nyou can query for incremental changes in the contacts in \r\nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \r\nhaving to fetch the entire set of contacts from the server every time. " externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 operationId: me.contacts.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contact type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - /me/calendar/calendarView/delta() - /me/calendar/events/{event-id}/instances/delta() - /me/calendar/events/delta() - >- /me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta() - >- /me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta() - >- /me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta() - /me/calendars/{calendar-id}/calendarView/delta() - /me/calendars/{calendar-id}/events/{event-id}/instances/delta() - /me/calendars/{calendar-id}/events/delta() - /me/calendarView/delta() - /me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta() - /me/chats/{chat-id}/messages/delta() - >- /me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta() - /me/contactFolders/{contactFolder-id}/childFolders/delta() - /me/contactFolders/{contactFolder-id}/contacts/delta() - /me/contactFolders/delta() - /me/events/{event-id}/instances/delta() - /me/events/delta() - >- /me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta() - /me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta() - >- /me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta() - /me/joinedTeams/{team-id}/primaryChannel/messages/delta() - >- /me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta() - /me/mailFolders/{mailFolder-id}/childFolders/delta() - /me/mailFolders/{mailFolder-id}/messages/delta() - /me/mailFolders/delta() - /me/messages/delta() - /me/onlineMeetings/{onlineMeeting-id}/recordings/delta() - /me/onlineMeetings/{onlineMeeting-id}/transcripts/delta() - /me/todo/lists/{todoTaskList-id}/tasks/delta() - /me/todo/lists/delta() /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts: description: >- Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - users.contactFolder summary: Microsoft Graph Get contacts from users description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: users.contactFolders.childFolders.ListContacts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.contactFolder summary: Microsoft Graph Create new navigation property to contacts for users operationId: users.contactFolders.childFolders.CreateContacts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - /users/{user-id}/contactFolders/{contactFolder-id}/contacts /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}: description: >- Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - users.contactFolder summary: Microsoft Graph Get contacts from users description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: users.contactFolders.childFolders.GetContacts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contactFolder summary: Microsoft Graph Update the navigation property contacts in users operationId: users.contactFolders.childFolders.UpdateContacts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.contactFolder summary: Microsoft Graph Delete navigation property contacts for users operationId: users.contactFolders.childFolders.DeleteContacts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id} /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions: description: >- Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - users.contactFolder summary: Microsoft Graph Get extensions from users description: >- The collection of open extensions defined for the contact. Read-only. Nullable. operationId: users.contactFolders.childFolders.contacts.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.contactFolder summary: Microsoft Graph Create new navigation property to extensions for users operationId: users.contactFolders.childFolders.contacts.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - >- /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions - /users/{user-id}/contacts/{contact-id}/extensions ? /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id} : description: >- Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - users.contactFolder summary: Microsoft Graph Get extensions from users description: >- The collection of open extensions defined for the contact. Read-only. Nullable. operationId: users.contactFolders.childFolders.contacts.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contactFolder summary: Microsoft Graph Update the navigation property extensions in users operationId: users.contactFolders.childFolders.contacts.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.contactFolder summary: Microsoft Graph Delete navigation property extensions for users operationId: users.contactFolders.childFolders.contacts.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - >- /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id} - /users/{user-id}/contacts/{contact-id}/extensions/{extension-id} ? /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count : description: Provides operations to count the resources in the collection. get: tags: - users.contactFolder summary: Microsoft Graph Get the number of the resource operationId: users.contactFolders.childFolders.contacts.extensions.GetCount-5b30 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/permanentDelete: description: Provides operations to call the permanentDelete method. post: tags: - users.contactFolder summary: Microsoft Graph Invoke action permanentDelete operationId: >- users.user.contactFolders.contactFolder.childFolders.contactFolder.contacts.contact.permanentDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - /users/{user-id}/calendar/events/{event-id}/permanentDelete - /users/{user-id}/calendar/permanentDelete - >- /users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/permanentDelete - >- /users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/permanentDelete - >- /users/{user-id}/calendars/{calendar-id}/events/{event-id}/permanentDelete - /users/{user-id}/calendars/{calendar-id}/permanentDelete - >- /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/permanentDelete - >- /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/permanentDelete - /users/{user-id}/contactFolders/{contactFolder-id}/permanentDelete - /users/{user-id}/contacts/{contact-id}/permanentDelete - /users/{user-id}/events/{event-id}/permanentDelete - >- /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/permanentDelete - >- /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/permanentDelete - >- /users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/permanentDelete - /users/{user-id}/mailFolders/{mailFolder-id}/permanentDelete - /users/{user-id}/messages/{message-id}/permanentDelete /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo: description: >- Provides operations to manage the photo property of the microsoft.graph.contact entity. get: tags: - users.contactFolder summary: Microsoft Graph Get photo from users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.childFolders.contacts.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contactFolder summary: Microsoft Graph Update the navigation property photo in users operationId: users.contactFolders.childFolders.contacts.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - >- /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo - /users/{user-id}/contacts/{contact-id}/photo /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value: description: Provides operations to manage the media for the user entity. get: tags: - users.contactFolder summary: Microsoft Graph Get media content for the navigation property photo from users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.childFolders.contacts.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.contactFolder summary: Microsoft Graph Update media content for the navigation property photo in users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.childFolders.contacts.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.contactFolder summary: Microsoft Graph Delete media content for the navigation property photo in users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.childFolders.contacts.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count: description: Provides operations to count the resources in the collection. get: tags: - users.contactFolder summary: Microsoft Graph Get the number of the resource operationId: users.contactFolders.childFolders.contacts.GetCount-6cbe parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta(): description: Provides operations to call the delta method. get: tags: - users.contactFolder summary: Microsoft Graph Invoke function delta description: "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \r\napplying state tokens in one or more of these calls, \r\nyou can query for incremental changes in the contacts in \r\nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \r\nhaving to fetch the entire set of contacts from the server every time. " externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 operationId: >- users.user.contactFolders.contactFolder.childFolders.contactFolder.contacts.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contact type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - /users/{user-id}/calendar/calendarView/delta() - /users/{user-id}/calendar/events/{event-id}/instances/delta() - /users/{user-id}/calendar/events/delta() - >- /users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta() - >- /users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta() - >- /users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta() - /users/{user-id}/calendars/{calendar-id}/calendarView/delta() - >- /users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta() - /users/{user-id}/calendars/{calendar-id}/events/delta() - /users/{user-id}/calendarView/delta() - >- /users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta() - /users/{user-id}/chats/{chat-id}/messages/delta() - /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta() - /users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta() - /users/{user-id}/contactFolders/delta() - /users/{user-id}/contacts/delta() - /users/{user-id}/events/{event-id}/instances/delta() - /users/{user-id}/events/delta() - >- /users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta() - >- /users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta() - >- /users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta() - /users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta() - >- /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta() - /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta() - /users/{user-id}/mailFolders/{mailFolder-id}/messages/delta() - /users/{user-id}/mailFolders/delta() - /users/{user-id}/messages/delta() - /users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta() - /users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta() - /users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta() - /users/{user-id}/todo/lists/delta() - /users/delta() - /users/delta() /users/{user-id}/contactFolders/{contactFolder-id}/contacts: description: >- Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - users.contactFolder summary: Microsoft Graph Get contacts from users description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: users.contactFolders.ListContacts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.contactFolder summary: Microsoft Graph Create new navigation property to contacts for users operationId: users.contactFolders.CreateContacts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - >- /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}: description: >- Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - users.contactFolder summary: Microsoft Graph Get contacts from users description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: users.contactFolders.GetContacts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contactFolder summary: Microsoft Graph Update the navigation property contacts in users operationId: users.contactFolders.UpdateContacts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.contactFolder summary: Microsoft Graph Delete navigation property contacts for users operationId: users.contactFolders.DeleteContacts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - >- /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id} /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions: description: >- Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - users.contactFolder summary: Microsoft Graph Get extensions from users description: >- The collection of open extensions defined for the contact. Read-only. Nullable. operationId: users.contactFolders.contacts.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.contactFolder summary: Microsoft Graph Create new navigation property to extensions for users operationId: users.contactFolders.contacts.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - >- /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions - /users/{user-id}/contacts/{contact-id}/extensions /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}: description: >- Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - users.contactFolder summary: Microsoft Graph Get extensions from users description: >- The collection of open extensions defined for the contact. Read-only. Nullable. operationId: users.contactFolders.contacts.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contactFolder summary: Microsoft Graph Update the navigation property extensions in users operationId: users.contactFolders.contacts.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.contactFolder summary: Microsoft Graph Delete navigation property extensions for users operationId: users.contactFolders.contacts.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - >- /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id} - /users/{user-id}/contacts/{contact-id}/extensions/{extension-id} /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count: description: Provides operations to count the resources in the collection. get: tags: - users.contactFolder summary: Microsoft Graph Get the number of the resource operationId: users.contactFolders.contacts.extensions.GetCount-8e14 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/permanentDelete: description: Provides operations to call the permanentDelete method. post: tags: - users.contactFolder summary: Microsoft Graph Invoke action permanentDelete operationId: users.user.contactFolders.contactFolder.contacts.contact.permanentDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - /users/{user-id}/calendar/events/{event-id}/permanentDelete - /users/{user-id}/calendar/permanentDelete - >- /users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/permanentDelete - >- /users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/permanentDelete - >- /users/{user-id}/calendars/{calendar-id}/events/{event-id}/permanentDelete - /users/{user-id}/calendars/{calendar-id}/permanentDelete - >- /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/permanentDelete - >- /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/permanentDelete - /users/{user-id}/contactFolders/{contactFolder-id}/permanentDelete - /users/{user-id}/contacts/{contact-id}/permanentDelete - /users/{user-id}/events/{event-id}/permanentDelete - >- /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/permanentDelete - >- /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/permanentDelete - >- /users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/permanentDelete - /users/{user-id}/mailFolders/{mailFolder-id}/permanentDelete - /users/{user-id}/messages/{message-id}/permanentDelete /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo: description: >- Provides operations to manage the photo property of the microsoft.graph.contact entity. get: tags: - users.contactFolder summary: Microsoft Graph Get photo from users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.contacts.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contactFolder summary: Microsoft Graph Update the navigation property photo in users operationId: users.contactFolders.contacts.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - >- /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo - /users/{user-id}/contacts/{contact-id}/photo /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value: description: Provides operations to manage the media for the user entity. get: tags: - users.contactFolder summary: Microsoft Graph Get media content for the navigation property photo from users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.contacts.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.contactFolder summary: Microsoft Graph Update media content for the navigation property photo in users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.contacts.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.contactFolder summary: Microsoft Graph Delete media content for the navigation property photo in users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.contacts.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact /users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count: description: Provides operations to count the resources in the collection. get: tags: - users.contactFolder summary: Microsoft Graph Get the number of the resource operationId: users.contactFolders.contacts.GetCount-5cc4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder /users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta(): description: Provides operations to call the delta method. get: tags: - users.contactFolder summary: Microsoft Graph Invoke function delta description: "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \r\napplying state tokens in one or more of these calls, \r\nyou can query for incremental changes in the contacts in \r\nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \r\nhaving to fetch the entire set of contacts from the server every time. " externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 operationId: users.user.contactFolders.contactFolder.contacts.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contact type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - /users/{user-id}/calendar/calendarView/delta() - /users/{user-id}/calendar/events/{event-id}/instances/delta() - /users/{user-id}/calendar/events/delta() - >- /users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta() - >- /users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta() - >- /users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta() - /users/{user-id}/calendars/{calendar-id}/calendarView/delta() - >- /users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta() - /users/{user-id}/calendars/{calendar-id}/events/delta() - /users/{user-id}/calendarView/delta() - >- /users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta() - /users/{user-id}/chats/{chat-id}/messages/delta() - >- /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta() - /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta() - /users/{user-id}/contactFolders/delta() - /users/{user-id}/contacts/delta() - /users/{user-id}/events/{event-id}/instances/delta() - /users/{user-id}/events/delta() - >- /users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta() - >- /users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta() - >- /users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta() - /users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta() - >- /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta() - /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta() - /users/{user-id}/mailFolders/{mailFolder-id}/messages/delta() - /users/{user-id}/mailFolders/delta() - /users/{user-id}/messages/delta() - /users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta() - /users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta() - /users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta() - /users/{user-id}/todo/lists/delta() - /users/delta() - /users/delta() /users/{user-id}/contacts: description: >- Provides operations to manage the contacts property of the microsoft.graph.user entity. get: tags: - Users.contact summary: Microsoft Graph Get contacts from users description: The user's contacts. Read-only. Nullable. operationId: users.ListContacts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - Users.contact summary: Microsoft Graph Create new navigation property to contacts for users operationId: users.CreateContacts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user /users/{user-id}/contacts/{contact-id}: description: >- Provides operations to manage the contacts property of the microsoft.graph.user entity. get: tags: - Users.contact summary: Microsoft Graph Get contacts from users description: The user's contacts. Read-only. Nullable. operationId: users.GetContacts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - Users.contact summary: Microsoft Graph Update the navigation property contacts in users operationId: users.UpdateContacts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - Users.contact summary: Microsoft Graph Delete navigation property contacts for users operationId: users.DeleteContacts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact /users/{user-id}/contacts/{contact-id}/extensions: description: >- Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - Users.contact summary: Microsoft Graph Get extensions from users description: >- The collection of open extensions defined for the contact. Read-only. Nullable. operationId: users.contacts.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - Users.contact summary: Microsoft Graph Create new navigation property to extensions for users operationId: users.contacts.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - >- /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions - >- /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions /users/{user-id}/contacts/{contact-id}/extensions/{extension-id}: description: >- Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - Users.contact summary: Microsoft Graph Get extensions from users description: >- The collection of open extensions defined for the contact. Read-only. Nullable. operationId: users.contacts.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - Users.contact summary: Microsoft Graph Update the navigation property extensions in users operationId: users.contacts.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - Users.contact summary: Microsoft Graph Delete navigation property extensions for users operationId: users.contacts.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - >- /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id} - >- /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id} /users/{user-id}/contacts/{contact-id}/extensions/$count: description: Provides operations to count the resources in the collection. get: tags: - Users.contact summary: Microsoft Graph Get the number of the resource operationId: users.contacts.extensions.GetCount-e5d6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact /users/{user-id}/contacts/{contact-id}/permanentDelete: description: Provides operations to call the permanentDelete method. post: tags: - Users.contact summary: Microsoft Graph Invoke action permanentDelete operationId: users.user.contacts.contact.permanentDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - /users/{user-id}/calendar/events/{event-id}/permanentDelete - /users/{user-id}/calendar/permanentDelete - >- /users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/permanentDelete - >- /users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/permanentDelete - >- /users/{user-id}/calendars/{calendar-id}/events/{event-id}/permanentDelete - /users/{user-id}/calendars/{calendar-id}/permanentDelete - >- /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/permanentDelete - >- /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/permanentDelete - >- /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/permanentDelete - /users/{user-id}/contactFolders/{contactFolder-id}/permanentDelete - /users/{user-id}/events/{event-id}/permanentDelete - >- /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/permanentDelete - >- /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/permanentDelete - >- /users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/permanentDelete - /users/{user-id}/mailFolders/{mailFolder-id}/permanentDelete - /users/{user-id}/messages/{message-id}/permanentDelete /users/{user-id}/contacts/{contact-id}/photo: description: >- Provides operations to manage the photo property of the microsoft.graph.contact entity. get: tags: - Users.contact summary: Microsoft Graph Get photo from users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contacts.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - Users.contact summary: Microsoft Graph Update the navigation property photo in users operationId: users.contacts.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - >- /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo - >- /users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo /users/{user-id}/contacts/{contact-id}/photo/$value: description: Provides operations to manage the media for the user entity. get: tags: - Users.contact summary: Microsoft Graph Get media content for the navigation property photo from users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contacts.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - Users.contact summary: Microsoft Graph Update media content for the navigation property photo in users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contacts.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - Users.contact summary: Microsoft Graph Delete media content for the navigation property photo in users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contacts.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact /users/{user-id}/contacts/$count: description: Provides operations to count the resources in the collection. get: tags: - Users.contact summary: Microsoft Graph Get the number of the resource operationId: users.contacts.GetCount-4943 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user /users/{user-id}/contacts/delta(): description: Provides operations to call the delta method. get: tags: - Users.contact summary: Microsoft Graph Invoke function delta description: "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \r\napplying state tokens in one or more of these calls, \r\nyou can query for incremental changes in the contacts in \r\nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \r\nhaving to fetch the entire set of contacts from the server every time. " externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 operationId: users.user.contacts.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contact type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - /users/{user-id}/calendar/calendarView/delta() - /users/{user-id}/calendar/events/{event-id}/instances/delta() - /users/{user-id}/calendar/events/delta() - >- /users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta() - >- /users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta() - >- /users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta() - /users/{user-id}/calendars/{calendar-id}/calendarView/delta() - >- /users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta() - /users/{user-id}/calendars/{calendar-id}/events/delta() - /users/{user-id}/calendarView/delta() - >- /users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta() - /users/{user-id}/chats/{chat-id}/messages/delta() - >- /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta() - /users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta() - /users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta() - /users/{user-id}/contactFolders/delta() - /users/{user-id}/events/{event-id}/instances/delta() - /users/{user-id}/events/delta() - >- /users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta() - >- /users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta() - >- /users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta() - /users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta() - >- /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta() - /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta() - /users/{user-id}/mailFolders/{mailFolder-id}/messages/delta() - /users/{user-id}/mailFolders/delta() - /users/{user-id}/messages/delta() - /users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta() - /users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta() - /users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta() - /users/{user-id}/todo/lists/delta() - /users/delta() - /users/delta() components: schemas: microsoft.graph.orgContact: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: orgContact required: - '@odata.type' type: object properties: addresses: type: array items: $ref: '#/components/schemas/microsoft.graph.physicalOfficeAddress' description: >- Postal addresses for this organizational contact. For now a contact can only have one physical address. companyName: type: string description: >- Name of the company that this organizational contact belongs to. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values). nullable: true department: type: string description: >- The name for the department in which the contact works. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values). nullable: true displayName: type: string description: >- Display name for this organizational contact. Maximum length is 256 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values), $search, and $orderby. nullable: true givenName: type: string description: >- First name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values). nullable: true jobTitle: type: string description: >- Job title for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values). nullable: true mail: type: string description: >- The SMTP address for the contact, for example, 'jeff@contoso.com'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values). nullable: true mailNickname: type: string description: >- Email alias (portion of email address pre-pending the @ symbol) for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values). nullable: true onPremisesLastSyncDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Date and time when this organizational contact was last synchronized from on-premises AD. This date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ne, not, ge, le, in). format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: >- #/components/schemas/microsoft.graph.onPremisesProvisioningError description: >- List of any synchronization provisioning errors for this organizational contact. Supports $filter (eq, not for category and propertyCausingError), /$count eq 0, /$count ne 0. onPremisesSyncEnabled: type: boolean description: >- true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced and now mastered in Exchange; null if this object has never been synced from an on-premises directory (default). Supports $filter (eq, ne, not, in, and eq for null values). nullable: true phones: type: array items: $ref: '#/components/schemas/microsoft.graph.phone' description: >- List of phones for this organizational contact. Phone types can be mobile, business, and businessFax. Only one of each type can ever be present in the collection. proxyAddresses: type: array items: type: string description: >- For example: 'SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com'. The any operator is required for filter expressions on multi-valued properties. Supports $filter (eq, not, ge, le, startsWith, /$count eq 0, /$count ne 0). serviceProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' description: >- Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from an organizational contact object . Supports $filter (eq, not, for isResolved and serviceInstance). surname: type: string description: >- Last name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values). nullable: true directReports: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true manager: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: >- The user or contact that is this contact's manager. Read-only. Supports $expand and $filter (eq) by id. x-ms-navigationProperty: true memberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- Groups that this contact is a member of. Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true onPremisesSyncBehavior: anyOf: - $ref: '#/components/schemas/microsoft.graph.onPremisesSyncBehavior' - type: object nullable: true x-ms-navigationProperty: true transitiveMemberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.orgContact' x-ms-discriminator-value: '#microsoft.graph.orgContact' microsoft.graph.directoryObject: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: directoryObject required: - '@odata.type' type: object properties: deletedDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Date and time when this object was deleted. Always null when the object hasn't been deleted. format: date-time nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.administrativeUnit': '#/components/schemas/microsoft.graph.administrativeUnit' '#microsoft.graph.application': '#/components/schemas/microsoft.graph.application' '#microsoft.graph.appRoleAssignment': '#/components/schemas/microsoft.graph.appRoleAssignment' '#microsoft.graph.certificateAuthorityDetail': '#/components/schemas/microsoft.graph.certificateAuthorityDetail' '#microsoft.graph.certificateBasedAuthPki': '#/components/schemas/microsoft.graph.certificateBasedAuthPki' '#microsoft.graph.contract': '#/components/schemas/microsoft.graph.contract' '#microsoft.graph.device': '#/components/schemas/microsoft.graph.device' '#microsoft.graph.directoryObjectPartnerReference': >- #/components/schemas/microsoft.graph.directoryObjectPartnerReference '#microsoft.graph.directoryRole': '#/components/schemas/microsoft.graph.directoryRole' '#microsoft.graph.directoryRoleTemplate': '#/components/schemas/microsoft.graph.directoryRoleTemplate' '#microsoft.graph.endpoint': '#/components/schemas/microsoft.graph.endpoint' '#microsoft.graph.extensionProperty': '#/components/schemas/microsoft.graph.extensionProperty' '#microsoft.graph.group': '#/components/schemas/microsoft.graph.group' '#microsoft.graph.groupSettingTemplate': '#/components/schemas/microsoft.graph.groupSettingTemplate' '#microsoft.graph.multiTenantOrganizationMember': >- #/components/schemas/microsoft.graph.multiTenantOrganizationMember '#microsoft.graph.organization': '#/components/schemas/microsoft.graph.organization' '#microsoft.graph.orgContact': '#/components/schemas/microsoft.graph.orgContact' '#microsoft.graph.policyBase': '#/components/schemas/microsoft.graph.policyBase' '#microsoft.graph.appManagementPolicy': '#/components/schemas/microsoft.graph.appManagementPolicy' '#microsoft.graph.authorizationPolicy': '#/components/schemas/microsoft.graph.authorizationPolicy' '#microsoft.graph.crossTenantAccessPolicy': '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' '#microsoft.graph.identitySecurityDefaultsEnforcementPolicy': >- #/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy '#microsoft.graph.permissionGrantPolicy': '#/components/schemas/microsoft.graph.permissionGrantPolicy' '#microsoft.graph.stsPolicy': '#/components/schemas/microsoft.graph.stsPolicy' '#microsoft.graph.activityBasedTimeoutPolicy': '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' '#microsoft.graph.claimsMappingPolicy': '#/components/schemas/microsoft.graph.claimsMappingPolicy' '#microsoft.graph.homeRealmDiscoveryPolicy': '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' '#microsoft.graph.tokenIssuancePolicy': '#/components/schemas/microsoft.graph.tokenIssuancePolicy' '#microsoft.graph.tokenLifetimePolicy': '#/components/schemas/microsoft.graph.tokenLifetimePolicy' '#microsoft.graph.tenantAppManagementPolicy': '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' '#microsoft.graph.resourceSpecificPermissionGrant': >- #/components/schemas/microsoft.graph.resourceSpecificPermissionGrant '#microsoft.graph.servicePrincipal': '#/components/schemas/microsoft.graph.servicePrincipal' '#microsoft.graph.user': '#/components/schemas/microsoft.graph.user' microsoft.graph.user: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: user required: - '@odata.type' type: object properties: aboutMe: type: string description: >- A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true accountEnabled: type: boolean description: >- true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter (eq, ne, not, and in). nullable: true ageGroup: type: string description: >- Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select. Supports $filter (eq, ne, not, and in). nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' description: >- The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. Returned only on $select. Supports $filter (eq, not, /$count eq 0, /$count ne 0). assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: >- The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). authorizationInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.authorizationInfo' - type: object nullable: true birthday: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. Returned only on $select. format: date-time businessPhones: type: array items: type: string description: >- The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. Returned by default. Supports $filter (eq, not, ge, le, startsWith). city: type: string description: >- The city where the user is located. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true companyName: type: string description: >- The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true consentProvidedForMinor: type: string description: >- Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. Returned only on $select. Supports $filter (eq, ne, not, and in). nullable: true country: type: string description: >- The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true createdDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in). format: date-time nullable: true creationType: type: string description: >- Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). nullable: true customSecurityAttributes: anyOf: - $ref: >- #/components/schemas/microsoft.graph.customSecurityAttributeValue - type: object nullable: true description: >- An open complex type that holds the value of a custom security attribute that is assigned to a directory object. Nullable. Returned only on $select. Supports $filter (eq, ne, not, startsWith). The filter value is case-sensitive. To read this property, the calling app must be assigned the CustomSecAttributeAssignment.Read.All permission. To write this property, the calling app must be assigned the CustomSecAttributeAssignment.ReadWrite.All permissions. To read or write this property in delegated scenarios, the admin must be assigned the Attribute Assignment Administrator role. department: type: string description: >- The name of the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). nullable: true deviceEnrollmentLimit: maximum: 2147483647 minimum: -2147483648 type: number description: >- The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. format: int32 displayName: type: string description: >- The name displayed in the address book for the user. This value is usually the combination of the user's first name, middle initial, and family name. This property is required when a user is created and it can't be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. nullable: true employeeHireDate: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- The date and time when the user was hired or will start work in a future hire. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in). format: date-time nullable: true employeeId: type: string description: >- The employee identifier assigned to the user by the organization. The maximum length is 16 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). nullable: true employeeLeaveDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs at least one of the following Microsoft Entra roles: Lifecycle Workflows Administrator (least privilege), Global Reader. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user. format: date-time nullable: true employeeOrgData: anyOf: - $ref: '#/components/schemas/microsoft.graph.employeeOrgData' - type: object nullable: true description: >- Represents organization data (for example, division and costCenter) associated with a user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in). employeeType: type: string description: >- Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith). nullable: true externalUserState: type: string description: >- For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter (eq, ne, not , in). nullable: true externalUserStateChangeDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. Supports $filter (eq, ne, not , in). format: date-time nullable: true faxNumber: type: string description: >- The fax number of the user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). nullable: true givenName: type: string description: >- The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). nullable: true hireDate: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. Returned only on $select. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. format: date-time identities: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' description: >- Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) with limitations. imAddresses: type: array items: type: string nullable: true description: >- The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith). interests: type: array items: type: string nullable: true description: >- A list for the user to describe their interests. Returned only on $select. isManagementRestricted: type: boolean description: >- true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. Returned only on $select. nullable: true isResourceAccount: type: boolean description: Don't use – reserved for future use. nullable: true jobTitle: type: string description: >- The user's job title. Maximum length is 128 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). nullable: true lastPasswordChangeDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned only on $select. format: date-time nullable: true legalAgeGroupClassification: type: string description: >- Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select. nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' description: >- State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. Returned only on $select. mail: type: string description: >- The SMTP address for the user, for example, jeff@contoso.com. Changes to this property update the user's proxyAddresses collection to include the value as an SMTP address. This property can't contain accent characters. NOTE: We don't recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values). nullable: true mailboxSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - type: object nullable: true description: >- Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. mailNickname: type: string description: >- The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true mobilePhone: type: string description: >- The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. nullable: true mySite: type: string description: The URL for the user's site. Returned only on $select. nullable: true officeLocation: type: string description: >- The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true onPremisesDistinguishedName: type: string description: >- Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select. nullable: true onPremisesDomainName: type: string description: >- Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select. nullable: true onPremisesExtensionAttributes: anyOf: - $ref: >- #/components/schemas/microsoft.graph.onPremisesExtensionAttributes - type: object nullable: true description: >- Contains extensionAttributes1-15 for the user. These extension attributes are also known as Exchange custom attributes 1-15. Each attribute can store up to 1024 characters. For an onPremisesSyncEnabled user, the source of authority for this set of properties is the on-premises and is read-only. For a cloud-only user (where onPremisesSyncEnabled is false), these properties can be set during the creation or update of a user object. For a cloud-only user previously synced from on-premises Active Directory, these properties are read-only in Microsoft Graph but can be fully managed through the Exchange Admin Center or the Exchange Online V2 module in PowerShell. Returned only on $select. Supports $filter (eq, ne, not, in). onPremisesImmutableId: type: string description: >- This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in). nullable: true onPremisesLastSyncDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in). format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: >- #/components/schemas/microsoft.graph.onPremisesProvisioningError description: >- Errors when using Microsoft synchronization product during provisioning. Returned only on $select. Supports $filter (eq, not, ge, le). onPremisesSamAccountName: type: string description: >- Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). nullable: true onPremisesSecurityIdentifier: type: string description: >- Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq including on null values). nullable: true onPremisesSyncEnabled: type: boolean description: >- true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). nullable: true onPremisesUserPrincipalName: type: string description: >- Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). nullable: true otherMails: type: array items: type: string description: >- A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). passwordPolicies: type: string description: >- Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. Returned only on $select. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). nullable: true passwordProfile: anyOf: - $ref: '#/components/schemas/microsoft.graph.passwordProfile' - type: object nullable: true description: >- Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). To update this property: User-PasswordProfile.ReadWrite.All is the least privileged permission to update this property. In delegated scenarios, the User Administrator Microsoft Entra role is the least privileged admin role supported to update this property for nonadmin users. Privileged Authentication Administrator is the least privileged role that's allowed to update this property for all administrators in the tenant. In general, the signed-in user must have a higher privileged administrator role as indicated in Who can reset passwords. In app-only scenarios, the calling app must be assigned a supported permission and at least the User Administrator Microsoft Entra role. pastProjects: type: array items: type: string nullable: true description: >- A list for the user to enumerate their past projects. Returned only on $select. postalCode: type: string description: >- The postal code for the user's postal address. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true preferredDataLocation: type: string description: >- The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. nullable: true preferredLanguage: type: string description: >- The preferred language for the user. The preferred language format is based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with the language, and an ISO 3166 two-letter uppercase subculture code associated with the country or region. Example: 'en-US', or 'es-ES'. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) nullable: true preferredName: type: string description: >- The preferred name for the user. Not Supported. This attribute returns an empty string.Returned only on $select. nullable: true print: anyOf: - $ref: '#/components/schemas/microsoft.graph.userPrint' - type: object nullable: true provisionedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' description: >- The plans that are provisioned for the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le). proxyAddresses: type: array items: type: string description: >- For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. Changes to the mail property update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address, while those addresses prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). responsibilities: type: array items: type: string nullable: true description: >- A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true description: >- A list for the user to enumerate the schools they attended. Returned only on $select. securityIdentifier: type: string description: >- Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith). nullable: true serviceProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' description: >- Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance). showInAddressList: type: boolean description: >- Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue. nullable: true signInActivity: anyOf: - $ref: '#/components/schemas/microsoft.graph.signInActivity' - type: object nullable: true description: >- Get the last signed-in date and request ID of the sign-in for a given user. Read-only.Returned only on $select. Supports $filter (eq, ne, not, ge, le) but not with any other filterable properties. Note: Details for this property require a Microsoft Entra ID P1 or P2 license and the AuditLog.Read.All permission.This property isn't returned for a user who never signed in or last signed in before April 2020. signInSessionsValidFromDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Any refresh tokens or session tokens (session cookies) issued before this time are invalid. Applications get an error when using an invalid refresh or session token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. Returned only on $select. format: date-time nullable: true skills: type: array items: type: string nullable: true description: >- A list for the user to enumerate their skills. Returned only on $select. state: type: string description: >- The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true streetAddress: type: string description: >- The street address of the user's place of business. Maximum length is 1,024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true surname: type: string description: >- The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true usageLocation: type: string description: >- A two-letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true userPrincipalName: type: string description: >- The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this value should map to the user's email name. The general format is alias@domain, where the domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can't contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. nullable: true userType: type: string description: >- A string value that can be used to classify user types in your directory. The possible values are Member and Guest. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? nullable: true activities: type: array items: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true agreementAcceptances: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' description: >- The user's terms of use acceptance statuses. Read-only. Nullable. x-ms-navigationProperty: true appRoleAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' description: >- Represents the app roles a user is granted for an application. Supports $expand. x-ms-navigationProperty: true authentication: anyOf: - $ref: '#/components/schemas/microsoft.graph.authentication' - type: object nullable: true description: The authentication methods that are supported for the user. x-ms-navigationProperty: true calendar: anyOf: - $ref: '#/components/schemas/microsoft.graph.calendar' - type: object nullable: true description: The user's primary calendar. Read-only. x-ms-navigationProperty: true calendarGroups: type: array items: $ref: '#/components/schemas/microsoft.graph.calendarGroup' description: The user's calendar groups. Read-only. Nullable. x-ms-navigationProperty: true calendars: type: array items: $ref: '#/components/schemas/microsoft.graph.calendar' description: The user's calendars. Read-only. Nullable. x-ms-navigationProperty: true calendarView: type: array items: $ref: '#/components/schemas/microsoft.graph.event' description: The calendar view for the calendar. Read-only. Nullable. x-ms-navigationProperty: true chats: type: array items: $ref: '#/components/schemas/microsoft.graph.chat' x-ms-navigationProperty: true cloudClipboard: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudClipboardRoot' - type: object nullable: true x-ms-navigationProperty: true cloudPCs: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPC' description: The user's Cloud PCs. Read-only. Nullable. x-ms-navigationProperty: true contactFolders: type: array items: $ref: '#/components/schemas/microsoft.graph.contactFolder' description: The user's contacts folders. Read-only. Nullable. x-ms-navigationProperty: true contacts: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' description: The user's contacts. Read-only. Nullable. x-ms-navigationProperty: true createdObjects: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: Directory objects that the user created. Read-only. Nullable. x-ms-navigationProperty: true dataSecurityAndGovernance: anyOf: - $ref: >- #/components/schemas/microsoft.graph.userDataSecurityAndGovernance - type: object nullable: true description: >- The data security and governance settings for the user. Read-only. Nullable. x-ms-navigationProperty: true deviceManagementTroubleshootingEvents: type: array items: $ref: >- #/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent description: The list of troubleshooting events for this user. x-ms-navigationProperty: true directReports: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true drive: anyOf: - $ref: '#/components/schemas/microsoft.graph.drive' - type: object nullable: true description: The user's OneDrive. Read-only. x-ms-navigationProperty: true drives: type: array items: $ref: '#/components/schemas/microsoft.graph.drive' description: A collection of drives available for this user. Read-only. x-ms-navigationProperty: true employeeExperience: anyOf: - $ref: '#/components/schemas/microsoft.graph.employeeExperienceUser' - type: object nullable: true x-ms-navigationProperty: true events: type: array items: $ref: '#/components/schemas/microsoft.graph.event' description: >- The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. x-ms-navigationProperty: true extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: >- The collection of open extensions defined for the user. Read-only. Supports $expand. Nullable. x-ms-navigationProperty: true followedSites: type: array items: $ref: '#/components/schemas/microsoft.graph.site' x-ms-navigationProperty: true inferenceClassification: anyOf: - $ref: '#/components/schemas/microsoft.graph.inferenceClassification' - type: object nullable: true description: >- Relevance classification of the user's messages based on explicit designations that override inferred relevance or importance. x-ms-navigationProperty: true insights: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemInsights' - type: object nullable: true description: >- Represents relationships between a user and items such as OneDrive for work or school documents, calculated using advanced analytics and machine learning techniques. Read-only. Nullable. x-ms-navigationProperty: true joinedTeams: type: array items: $ref: '#/components/schemas/microsoft.graph.team' x-ms-navigationProperty: true licenseDetails: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseDetails' description: A collection of this user's license details. Read-only. x-ms-navigationProperty: true mailFolders: type: array items: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The user's mail folders. Read-only. Nullable. x-ms-navigationProperty: true managedAppRegistrations: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' description: Zero or more managed app registrations that belong to the user. x-ms-navigationProperty: true managedDevices: type: array items: $ref: '#/components/schemas/microsoft.graph.managedDevice' description: The managed devices associated with the user. x-ms-navigationProperty: true manager: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: >- The user or contact that is this user's manager. Read-only. Supports $expand. x-ms-navigationProperty: true memberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true messages: type: array items: $ref: '#/components/schemas/microsoft.graph.message' description: The messages in a mailbox or folder. Read-only. Nullable. x-ms-navigationProperty: true oauth2PermissionGrants: type: array items: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' x-ms-navigationProperty: true onenote: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenote' - type: object nullable: true x-ms-navigationProperty: true onlineMeetings: type: array items: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' description: >- Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. x-ms-navigationProperty: true outlook: anyOf: - $ref: '#/components/schemas/microsoft.graph.outlookUser' - type: object nullable: true x-ms-navigationProperty: true ownedDevices: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- Devices the user owns. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). x-ms-navigationProperty: true ownedObjects: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- Directory objects the user owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). x-ms-navigationProperty: true people: type: array items: $ref: '#/components/schemas/microsoft.graph.person' description: People that are relevant to the user. Read-only. Nullable. x-ms-navigationProperty: true permissionGrants: type: array items: $ref: >- #/components/schemas/microsoft.graph.resourceSpecificPermissionGrant description: List all resource-specific permission grants of a user. x-ms-navigationProperty: true photo: anyOf: - $ref: '#/components/schemas/microsoft.graph.profilePhoto' - type: object nullable: true description: The user's profile photo. Read-only. x-ms-navigationProperty: true photos: type: array items: $ref: '#/components/schemas/microsoft.graph.profilePhoto' description: >- The collection of the user's profile photos in different sizes. Read-only. x-ms-navigationProperty: true planner: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerUser' - type: object nullable: true description: >- Entry-point to the Planner resource that might exist for a user. Read-only. x-ms-navigationProperty: true presence: anyOf: - $ref: '#/components/schemas/microsoft.graph.presence' - type: object nullable: true x-ms-navigationProperty: true registeredDevices: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. x-ms-navigationProperty: true scopedRoleMemberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' x-ms-navigationProperty: true settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.userSettings' - type: object nullable: true x-ms-navigationProperty: true solutions: anyOf: - $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' - type: object nullable: true description: >- The identifier that relates the user to the working time schedule triggers. Read-Only. Nullable x-ms-navigationProperty: true sponsors: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- The users and groups responsible for this guest's privileges in the tenant and keeping the guest's information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand. x-ms-navigationProperty: true teamwork: anyOf: - $ref: '#/components/schemas/microsoft.graph.userTeamwork' - type: object nullable: true description: >- A container for Microsoft Teams features available for the user. Read-only. Nullable. x-ms-navigationProperty: true todo: anyOf: - $ref: '#/components/schemas/microsoft.graph.todo' - type: object nullable: true description: Represents the To Do services available to a user. x-ms-navigationProperty: true transitiveMemberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- The groups, including nested groups, and directory roles that a user is a member of. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.user' description: Represents a Microsoft Entra user account. x-ms-discriminator-value: '#microsoft.graph.user' microsoft.graph.administrativeUnit: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: administrativeUnit required: - '@odata.type' type: object properties: description: type: string description: >- An optional description for the administrative unit. Supports $filter (eq, ne, in, startsWith), $search. nullable: true displayName: type: string description: >- Display name for the administrative unit. Maximum length is 256 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. nullable: true isMemberManagementRestricted: type: boolean description: >- true if members of this administrative unit should be treated as sensitive, which requires specific permissions to manage. If not set, the default value is null and the default behavior is false. Use this property to define administrative units with roles that don't inherit from tenant-level administrators, and where the management of individual member objects is limited to administrators scoped to a restricted management administrative unit. This property is immutable and can't be changed later. For more information on how to work with restricted management administrative units, see Restricted management administrative units in Microsoft Entra ID. nullable: true membershipRule: type: string description: >- The dynamic membership rule for the administrative unit. For more information about the rules you can use for dynamic administrative units and dynamic groups, see Manage rules for dynamic membership groups in Microsoft Entra ID. nullable: true membershipRuleProcessingState: type: string description: >- Controls whether the dynamic membership rule is actively processed. Set to On to activate the dynamic membership rule, or Paused to stop updating membership dynamically. nullable: true membershipType: type: string description: >- Indicates the membership type for the administrative unit. The possible values are: dynamic, assigned. If not set, the default value is null and the default behavior is assigned. nullable: true visibility: type: string description: >- Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership. If not set, the default value is null and the default behavior is public. When set to HiddenMembership, only members of the administrative unit can list other members of the administrative unit. nullable: true extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: >- The collection of open extensions defined for this administrative unit. Nullable. x-ms-navigationProperty: true members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- Users and groups that are members of this administrative unit. Supports $expand. x-ms-navigationProperty: true scopedRoleMembers: type: array items: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' description: Scoped-role members of this administrative unit. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.administrativeUnit' x-ms-discriminator-value: '#microsoft.graph.administrativeUnit' microsoft.graph.group: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: group required: - '@odata.type' type: object properties: allowExternalSenders: type: boolean description: >- Indicates if people external to the organization can send messages to the group. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). nullable: true assignedLabels: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' description: >- The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' description: >- The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq). Read-only. autoSubscribeNewMembers: type: boolean description: >- Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). nullable: true classification: type: string description: >- Describes a classification for the group (such as low, medium, or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith). nullable: true createdDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Timestamp of when the group was created. The value can't be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Read-only. format: date-time nullable: true description: type: string description: >- An optional description for the group. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith) and $search. nullable: true displayName: type: string description: >- The display name for the group. This property is required when a group is created and can't be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby. nullable: true expirationDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Timestamp of when the group is set to expire. It's null for security groups, but for Microsoft 365 groups, it represents when the group is set to expire as defined in the groupLifecyclePolicy. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. format: date-time nullable: true groupTypes: type: array items: type: string description: >- Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it's either a security group or a distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter (eq, not). hasMembersWithLicenseErrors: type: boolean description: >- Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example. Supports $filter (eq). nullable: true hideFromAddressLists: type: boolean description: >- True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). nullable: true hideFromOutlookClients: type: boolean description: >- True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). nullable: true isArchived: type: boolean description: >- When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs. nullable: true isAssignableToRole: type: boolean description: >- Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group can't be a dynamic group (that is, groupTypes can't contain DynamicMembership). Only callers with at least the Privileged Role Administrator role can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not). nullable: true isManagementRestricted: type: boolean description: >- Indicates whether the group is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. Returned only on $select. nullable: true isSubscribedByMail: type: boolean description: >- Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). nullable: true licenseProcessingState: anyOf: - $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' - type: object nullable: true description: >- Indicates the status of the group license assignment to all group members. The default value is false. Read-only. Possible values: QueuedForProcessing, ProcessingInProgress, and ProcessingComplete.Returned only on $select. Read-only. mail: type: string description: >- The SMTP address for the group, for example, 'serviceadmins@contoso.com'. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true mailEnabled: type: boolean description: >- Specifies whether the group is mail-enabled. Required. Returned by default. Supports $filter (eq, ne, not). nullable: true mailNickname: type: string description: >- The mail alias for the group, unique for Microsoft 365 groups in the organization. Maximum length is 64 characters. This property can contain only characters in the ASCII character set 0 - 127 except the following characters: @ () / [] ' ; : <> , SPACE. Required. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true membershipRule: type: string description: >- The rule that determines members for this group if the group is a dynamic group (groupTypes contains DynamicMembership). For more information about the syntax of the membership rule, see Membership Rules syntax. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith). nullable: true membershipRuleProcessingState: type: string description: >- Indicates whether the dynamic membership processing is on or paused. Possible values are On or Paused. Returned by default. Supports $filter (eq, ne, not, in). nullable: true onPremisesDomainName: type: string description: >- Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesLastSyncDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Indicates the last time at which the group was synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in). format: date-time nullable: true onPremisesNetBiosName: type: string description: >- Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array items: $ref: >- #/components/schemas/microsoft.graph.onPremisesProvisioningError description: >- Errors when using Microsoft synchronization product during provisioning. Returned by default. Supports $filter (eq, not). onPremisesSamAccountName: type: string description: >- Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith). Read-only. nullable: true onPremisesSecurityIdentifier: type: string description: >- Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Read-only. Returned by default. Supports $filter (eq including on null values). nullable: true onPremisesSyncEnabled: type: boolean description: >- true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter (eq, ne, not, in, and eq on null values). nullable: true preferredDataLocation: type: string description: >- The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator's preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned at least one of the following Microsoft Entra roles: User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default. nullable: true preferredLanguage: type: string description: >- The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example, en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true proxyAddresses: type: array items: type: string description: >- Email addresses for the group that direct to the same group mailbox. For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). renewedDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Timestamp of when the group was last renewed. This value can't be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. format: date-time nullable: true securityEnabled: type: boolean description: >- Specifies whether the group is a security group. Required. Returned by default. Supports $filter (eq, ne, not, in). nullable: true securityIdentifier: type: string description: >- Security identifier of the group, used in Windows scenarios. Read-only. Returned by default. nullable: true serviceProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' description: >- Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance). theme: type: string description: >- Specifies a Microsoft 365 group's color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange, or Red. Returned by default. nullable: true uniqueName: type: string description: >- The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 minimum: -2147483648 type: number description: >- Count of conversations that received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). format: int32 nullable: true visibility: type: string description: >- Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. nullable: true acceptedSenders: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- The list of users or groups allowed to create posts or calendar events in this group. If this list is nonempty, then only users or groups listed here are allowed to post. x-ms-navigationProperty: true appRoleAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' description: >- Represents the app roles granted to a group for an application. Supports $expand. x-ms-navigationProperty: true calendar: anyOf: - $ref: '#/components/schemas/microsoft.graph.calendar' - type: object nullable: true description: The group's calendar. Read-only. x-ms-navigationProperty: true calendarView: type: array items: $ref: '#/components/schemas/microsoft.graph.event' description: The calendar view for the calendar. Read-only. x-ms-navigationProperty: true conversations: type: array items: $ref: '#/components/schemas/microsoft.graph.conversation' description: The group's conversations. x-ms-navigationProperty: true createdOnBehalfOf: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: >- The user (or application) that created the group. NOTE: This property isn't set if the user is an administrator. Read-only. x-ms-navigationProperty: true drive: anyOf: - $ref: '#/components/schemas/microsoft.graph.drive' - type: object nullable: true description: The group's default drive. Read-only. x-ms-navigationProperty: true drives: type: array items: $ref: '#/components/schemas/microsoft.graph.drive' description: The group's drives. Read-only. x-ms-navigationProperty: true events: type: array items: $ref: '#/components/schemas/microsoft.graph.event' description: The group's calendar events. x-ms-navigationProperty: true extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: >- The collection of open extensions defined for the group. Read-only. Nullable. x-ms-navigationProperty: true groupLifecyclePolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' description: >- The collection of lifecycle policies for this group. Read-only. Nullable. x-ms-navigationProperty: true memberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- The members of this group, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName). x-ms-navigationProperty: true membersWithLicenseErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- A list of group members with license errors from this group-based license assignment. Read-only. x-ms-navigationProperty: true onenote: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenote' - type: object nullable: true x-ms-navigationProperty: true onPremisesSyncBehavior: anyOf: - $ref: '#/components/schemas/microsoft.graph.onPremisesSyncBehavior' - type: object nullable: true x-ms-navigationProperty: true owners: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- The owners of the group who can be users or service principals. Limited to 100 owners. Nullable. If this property isn't specified when creating a Microsoft 365 group the calling user (admin or non-admin) is automatically assigned as the group owner. A non-admin user can't explicitly add themselves to this collection when they're creating the group. For more information, see the related known issue. For security groups, the admin user isn't automatically added to this collection. For more information, see the related known issue. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1); Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName). x-ms-navigationProperty: true permissionGrants: type: array items: $ref: >- #/components/schemas/microsoft.graph.resourceSpecificPermissionGrant x-ms-navigationProperty: true photo: anyOf: - $ref: '#/components/schemas/microsoft.graph.profilePhoto' - type: object nullable: true description: The group's profile photo x-ms-navigationProperty: true photos: type: array items: $ref: '#/components/schemas/microsoft.graph.profilePhoto' description: The profile photos owned by the group. Read-only. Nullable. x-ms-navigationProperty: true planner: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerGroup' - type: object nullable: true description: >- Entry-point to Planner resource that might exist for a Unified Group. x-ms-navigationProperty: true rejectedSenders: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- The list of users or groups not allowed to create posts or calendar events in this group. Nullable x-ms-navigationProperty: true settings: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' description: >- Settings that can govern this group's behavior, like whether members can invite guests to the group. Nullable. x-ms-navigationProperty: true sites: type: array items: $ref: '#/components/schemas/microsoft.graph.site' description: >- The list of SharePoint sites in this group. Access the default site with /sites/root. x-ms-navigationProperty: true team: anyOf: - $ref: '#/components/schemas/microsoft.graph.team' - type: object nullable: true description: The team associated with this group. x-ms-navigationProperty: true threads: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationThread' description: The group's conversation threads. Nullable. x-ms-navigationProperty: true transitiveMemberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- The groups that a group is a member of, either directly or through nested membership. Nullable. x-ms-navigationProperty: true transitiveMembers: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: The direct and transitive members of a group. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.group' description: Represents a Microsoft Entra group. x-ms-discriminator-value: '#microsoft.graph.group' BaseCollectionPaginationCountResponse: title: Base collection pagination and count responses type: object properties: '@odata.count': type: integer format: int64 nullable: true '@odata.nextLink': type: string nullable: true microsoft.graph.onPremisesSyncBehavior: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: onPremisesSyncBehavior required: - '@odata.type' type: object properties: isCloudManaged: type: boolean '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.onPremisesSyncBehavior' BaseDeltaFunctionResponse: title: Base delta function response type: object properties: '@odata.nextLink': type: string nullable: true '@odata.deltaLink': type: string nullable: true microsoft.graph.contact: allOf: - $ref: '#/components/schemas/microsoft.graph.outlookItem' - title: contact required: - '@odata.type' type: object properties: assistantName: type: string description: The name of the contact's assistant. nullable: true birthday: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z format: date-time nullable: true businessAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true description: The contact's business address. businessHomePage: type: string description: The business home page of the contact. nullable: true businessPhones: type: array items: type: string nullable: true description: The contact's business phone numbers. children: type: array items: type: string nullable: true description: The names of the contact's children. companyName: type: string description: The name of the contact's company. nullable: true department: type: string description: The contact's department. nullable: true displayName: type: string description: >- The contact's display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation. nullable: true emailAddresses: type: array items: $ref: '#/components/schemas/microsoft.graph.emailAddress' description: The contact's email addresses. fileAs: type: string description: The name the contact is filed under. nullable: true generation: type: string description: The contact's suffix. nullable: true givenName: type: string description: The contact's given name. nullable: true homeAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true description: The contact's home address. homePhones: type: array items: type: string nullable: true description: The contact's home phone numbers. imAddresses: type: array items: type: string nullable: true description: The contact's instant messaging (IM) addresses. initials: type: string description: The contact's initials. nullable: true jobTitle: type: string description: The contact’s job title. nullable: true manager: type: string description: The name of the contact's manager. nullable: true middleName: type: string description: The contact's middle name. nullable: true mobilePhone: type: string description: The contact's mobile phone number. nullable: true nickName: type: string description: The contact's nickname. nullable: true officeLocation: type: string description: The location of the contact's office. nullable: true otherAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true description: Other addresses for the contact. parentFolderId: type: string description: The ID of the contact's parent folder. nullable: true personalNotes: type: string description: The user's notes about the contact. nullable: true profession: type: string description: The contact's profession. nullable: true spouseName: type: string description: The name of the contact's spouse/partner. nullable: true surname: type: string description: The contact's surname. nullable: true title: type: string description: The contact's title. nullable: true yomiCompanyName: type: string description: The phonetic Japanese company name of the contact. nullable: true yomiGivenName: type: string description: The phonetic Japanese given name (first name) of the contact. nullable: true yomiSurname: type: string description: The phonetic Japanese surname (last name) of the contact. nullable: true extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: >- The collection of open extensions defined for the contact. Read-only. Nullable. x-ms-navigationProperty: true multiValueExtendedProperties: type: array items: $ref: >- #/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty description: >- The collection of multi-value extended properties defined for the contact. Read-only. Nullable. x-ms-navigationProperty: true photo: anyOf: - $ref: '#/components/schemas/microsoft.graph.profilePhoto' - type: object nullable: true description: >- Optional contact picture. You can get or set a photo for a contact. x-ms-navigationProperty: true singleValueExtendedProperties: type: array items: $ref: >- #/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty description: >- The collection of single-value extended properties defined for the contact. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.contact' x-ms-discriminator-value: '#microsoft.graph.contact' microsoft.graph.extension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: extension required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.openTypeExtension': '#/components/schemas/microsoft.graph.openTypeExtension' microsoft.graph.profilePhoto: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: profilePhoto required: - '@odata.type' type: object properties: height: maximum: 2147483647 minimum: -2147483648 type: number description: The height of the photo. Read-only. format: int32 nullable: true width: maximum: 2147483647 minimum: -2147483648 type: number description: The width of the photo. Read-only. format: int32 nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.profilePhoto' parameters: top: name: $top in: query description: Show only the first n items style: form explode: false schema: minimum: 0 type: integer example: 50 skip: name: $skip in: query description: Skip the first n items style: form explode: false schema: minimum: 0 type: integer search: name: $search in: query description: Search items by search phrases style: form explode: false schema: type: string filter: name: $filter in: query description: Filter items by property values style: form explode: false schema: type: string count: name: $count in: query description: Include count of items style: form explode: false schema: type: boolean examples: {} responses: microsoft.graph.orgContactCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContactCollectionResponse' error: description: error content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ODataErrors.ODataError' ODataCountResponse: description: The count of the resource content: text/plain: schema: $ref: '#/components/schemas/ODataCountResponse' microsoft.graph.userCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userCollectionResponse' microsoft.graph.groupCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupCollectionResponse' microsoft.graph.contactCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactCollectionResponse' microsoft.graph.extensionCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extensionCollectionResponse' tags: - name: contacts.directoryObject - name: contacts.onPremisesSyncBehavior - name: contacts.orgContact - name: contacts.orgContact.Actions - name: contacts.orgContact.Functions - name: contacts.serviceProvisioningError - name: Me.contact - name: me.contactFolder - name: Users.contact - name: users.contactFolder