added user api
This commit is contained in:
@ -46,7 +46,14 @@ const TheContent = () => {
|
||||
|
||||
console.log("making request");
|
||||
// You can await here
|
||||
const result = await axios.get('https://api.ts.bizside.biz/api/v7/' + company_code + '/users?email=' + user_email, {
|
||||
// const result = await axios.get('https://api.ts.bizside.biz/api/v7/' + company_code + '/users?email=' + user_email, {
|
||||
// auth: {
|
||||
// username: key,
|
||||
// password: pwd
|
||||
// }
|
||||
// });
|
||||
|
||||
const result = await axios.get('https://fsbsso.sumasen.net/users?email=akira.miyata@mobilous.com', {
|
||||
auth: {
|
||||
username: key,
|
||||
password: pwd
|
||||
|
||||
Reference in New Issue
Block a user