About 1,350,000 results
Open links in new tab
  1. Keycloak REST API: Create a New User - Apps Developer Blog

    Aug 7, 2023 · In this tutorial, you will learn how to use the Keycloak REST API to create a new user for your application.

  2. Create User - Microsoft Graph v1.0 | Microsoft Learn

    Oct 22, 2024 · To create external users as part of B2B collaboration with your organization, use the invitation API. To create a customer, citizen, or business partner in Microsoft Entra External ID in external tenants, see Example 3: Create a customer account. This API is available in the following national cloud deployments.

  3. User - Create Or Update - REST API (Azure API Management)

    May 1, 2024 · Creates or Updates a user. With optional parameters: The name of the resource group. The name is case insensitive. The name of the API Management service. The ID of the target subscription. The value must be an UUID. User identifier. Must be unique in the current API Management service instance. The API version to use for this operation.

  4. How to Create A REST API With JSON Server - GeeksforGeeks

    May 15, 2024 · Setting up a RESTful API using JSON Server, a lightweight and easy-to-use tool for quickly prototyping and mocking APIs. JSON Server allows you to create a fully functional REST API with CRUD operations (Create, Read, Update, Delete) using a simple JSON file as a data source. First, Create a JSON file that represents your data model.

  5. A step-by-step guide to creating a RESTful API using Node.js and ...

    Sep 30, 2023 · In this guide, we’ll take you through a step-by-step journey on how to build your very own API with all the bells and whistles. But before we dive into the nitty-gritty details, let’s get acquainted with what a Restful API is all about. Don’t worry, we …

  6. Create users in WordPress using the REST API - Kau-Boys

    Oct 18, 2020 · Now we have everything we need for your API call to create users. Create your first user. Depending on which system you use to make calls against the WordPress REST API, you workflow looks different. I’ll just use a plain curl …

  7. Create a REST API [Part 3]: User Registration and Validation

    Dec 6, 2018 · In this tutorial, you will create a user registration route for your API, validate input passed to the route and add a user to your PostgreSQL database. This is part 3 of a series of tutorials on building a REST API in Node with ExpressJS, KnexJS, and PostgreSQL.

  8. How to Create Delete & Update a User via API - ProProfs …

    How to Create a User via API. Endpoint URL: The endpoint URL given below is used to call the rest API. POST will be used as the request method. JSON will be your request format. POST https://www.helpdocsonline.com/proprofsapi/user/v1. Request Parameters. Your …

  9. Create a user (REST API method) - IBM

    This command takes a JSON request string or file. Use the following template for the request: Related CLI command: createUser.

  10. REST API Introduction - GeeksforGeeks

    Apr 8, 2025 · REST APIs use HTTP methods (such as GET, POST, PUT, DELETE) to define actions that can be performed on resources. These methods align with CRUD (Create, Read, Update, Delete) operations, which are used to manipulate resources over the web. A request is sent from the client to the server via a web URL, using one of the HTTP methods.

  11. Some results have been removed
Refresh