Create Admin User
Create Admin User
Path Parameters
workspaceName string required
Header Parameters
Authentication string
Example: Bearer {{token}}
Response
appName
array
Name of the application.
Sample Response
{
"sso-desk-app": [
{
"hasHistory": false,
"title": "windows",
"downloadUrl": "sso-win",
"downloadButtonName": "microsoft-store",
"logoUrl": "https://dashboard.qa.eztoauth.com/public/downloads/windows.svg",
"preRelease": false
},
{
"hasHistory": false,
"title": "mac",
"downloadUrl": "sso-mac",
"downloadButtonName": "mac-appstore",
"logoUrl": "https://dashboard.qa.eztoauth.com/public/downloads/apple.svg",
"preRelease": false
}
],
"desktop-auth": [
{
"hasHistory": false,
"title": "qv-winlogon-credentials-provider",
"downloadUrl": "winlogon",
"downloadButtonName": "download-latest",
"logoUrl": "https://dashboard.qa.eztoauth.com/public/downloads/windows.svg",
"preRelease": false
}
],
}
HTTP STATUS CODE SUMMARY | ||
---|---|---|
200 - OK | Successfully done. | |
201 - OK | Successfully created. | |
400 - Bad Request | The request was unacceptable, often due to missing a required parameter. | |
401 - Unauthorized | Unauthorized access try with correct access. | |
402 - Request Failed | The parameters were valid but the request failed. | |
403 - Forbidden | The Application doesn't have permissions to perform the request. | |
404 - Not Found | The requested resource doesn't exist | |
500 - Server Errors | Something went wrong on ezto auth's end. (These are rare.) | |
503 - Server Errors | Service temporarily unavailable |
Loading...