API Resources
Auth
| API | Description |
|---|---|
| GET Google/Geocoding/ApiKey |
No documentation available. |
AuthTest
| API | Description |
|---|---|
| GET AuthTest/GetSecureListTest |
No documentation available. |
| GET AuthTest/Caller |
No documentation available. |
PlatformAuth
| API | Description |
|---|---|
| GET Platform/Auth/AccessToken/AtlasApi |
No documentation available. |
| GET Platform/Auth/AccessToken/BackOfficeSpa |
No documentation available. |
| GET Platform/Auth/AccessToken/PublicSpa |
No documentation available. |
| GET Platform/Auth/JWT/Decode?jwt={jwt}&verify={verify} |
No documentation available. |
| GET Platform/Auth/JWT/DecodeOnly?jwt={jwt} |
No documentation available. |
UserAuth
| API | Description |
|---|---|
| POST AuthorizedUser/Authenticate |
Authenticate a backoffice or portal user by username, password and tenant |
| GET AuthorizedUsers |
Search Authorized Users |
| GET AuthorizedUsers/{tenant}/{userTypeId} |
Get Authorized Users By Tenant and User Type Id. 1 is a back office user. 2 is a portal user. |
| GET AuthorizedUser/{userId} |
Get Authorized User By User Id |
| GET AuthorizedUser/{username} |
Get Authorized User By Username |
| GET AuthorizedUser/{tenant}/{username} |
Get Authorized User By Tenant and Username |
| POST AuthorizedUsers |
Create an Authorized User |
| PUT AuthorizedUser/{userId} |
Update an Authorized User |
| DELETE AuthorizedUser/{userId} |
Delete an Authorized User by User Id |
| DELETE AuthorizedUser/{tenant}/{username} |
Delete an Authorized User by Tenant and Username |
| DELETE AuthorizedUser/AllTenants/{userTypeId}/{userName} |
Delete an Authorized user by type from ALL tenants |
| GET auth/tenant/{tenant} |
Get Tenant CustomerID by Tenant |
| GET auth/tenants |
Get List Of Valid Tenants |
| GET auth/TenantDomains |
Get list of valid tenant domains |
| GET auth/domain/{domain} |
Get list of valid tenant domains |