{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Users.user API", "version": "1.0.0" }, "items": [ { "info": { "name": "Users.user", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of user objects." }, { "info": { "name": "Microsoft Graph Create User", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new user.\r\nThe request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties." }, { "info": { "name": "Microsoft Graph Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user " }, { "info": { "name": "Microsoft Graph Update user", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a user object." }, { "info": { "name": "Microsoft Graph Delete a user", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ] }, "docs": "Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems." }, { "info": { "name": "Microsoft Graph Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users(userPrincipalName=':userPrincipalName')", "params": [ { "name": "userPrincipalName", "value": "", "type": "path", "description": "Alternate key of user" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user " }, { "info": { "name": "Microsoft Graph Update user", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users(userPrincipalName=':userPrincipalName')", "params": [ { "name": "userPrincipalName", "value": "", "type": "path", "description": "Alternate key of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a user object." }, { "info": { "name": "Microsoft Graph Delete a user", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users(userPrincipalName=':userPrincipalName')", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "userPrincipalName", "value": "", "type": "path", "description": "Alternate key of user" } ] }, "docs": "Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }