Qodex.ai
Qodex.ai
Introduction
Walkthrough: Salto KS login with External Idp
Step 1. Create User
1.1 Get Access Token (server-to-server integration)1.2 Get list of roles to choose one for a new user1.3 Create User
Introduction
Walkthrough: Salto KS login with External Idp
Step 1. Create User
1.1 Get Access Token (server-to-server integration)1.2 Get list of roles to choose one for a new user1.3 Create User
HomeWalkthrough: Salto KS login with External IdpStep 1. Create User

Step 1. Create User

Number of APIs: 3

  1. 1.1 Get Access Token (server-to-server integration) POST {{identity_server_url}}/connect/token

  2. 1.3 Create User POST {{connect_api_url}}/v1.1/sites/:site_id/users

  3. 1.2 Get list of roles to choose one for a new user GET {{connect_api_url}}/v1.1/sites/:site_id/roles

Previous
Walkthrough: Salto KS login with External Idp
Next
1.1 Get Access Token (server-to-server integration)