Purpose:
This process provides us the steps to be followed when we get requests to provide access to bolt.
Scope:
To provide access to any new employee who uses bolt.
Requirements:
- Emp ID
- Jumbotail mail ID of the employee
Process:
Replace email iD with the requested email in the following areas:
- EmailID column
- Userid column
- loginID column
chnage userid as ur id in all the apis
curl --location 'https://bolt.jumbotail.com/api/bolt-user/register' \ --header 'Content-Type: application/json' \ --header 'userId: kiran' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJraXJhbmt1bWFyLm5AanVtYm90YWlsLmNvbSIsIlJPTEVTIjpbIkFMTF9SRVNPVVJDRV9ERVhURVIiLCJBRERfUk9MRVNfQURNSU4iLCJBRE1JTiIsIlNFTExFUiJdLCJpc3MiOiJKdW1ib3RhaWwiLCJpYXQiOjE2OTc3MDk5MDZ9.LqTUN84aOvNgXtjc3zWZN7YbQUPmOUg6HFTBU7FEoq0' \ --data-raw '{ "loginID": "vikash.konathala@jumbotail.com", "displayName":"vikash.konathala@jumbotail.com", "orgID": "ORGPROF-1304473228" }'
And hit api
References: