API Resources
User
| API | Description |
|---|---|
| GET User/{id} |
No documentation available. |
| GET User/{token} |
No documentation available. |
| GET Users/ActiveUsers |
No documentation available. |
| GET Users |
No documentation available. |
| POST Users |
No documentation available. |
| PUT Users/{id} |
No documentation available. |
| DELETE Users/{id} |
No documentation available. |
| GET User/{id}/Security/Elements |
Lists a users security roles and access levels for each role |
| GET User/{id}/FullName |
Gets the Full Name field for a given UserNum |
| POST Users/TenantAndAuthServer |
Creates a new user in both the Tenant's database and the Identity Server database |
| PUT User/{id}/TenantAndAuthServer |
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 |
UserRole
| API | Description |
|---|---|
| GET UserRole/{id} |
No documentation available. |
| GET UserRoles |
No documentation available. |
| POST UserRoles |
No documentation available. |
| PUT UserRole/{id} |
No documentation available. |
| DELETE UserRole/{id} |
No documentation available. |