2b User Deactivation Audit
get
/api/v1/import/user-status/{jobID}
Grabs the audit resource data created from previous job request.
Request
Path Parameters
-
jobID(required): integer(int64)
Unique identifier of the job number.
Header Parameters
-
Authentification(required): string
The protocol for the API requires a valid username and password for TPM.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Audit data included in response payload.
Root Schema : schema
Type:
Show Source
object
-
Email: string
Example:
ADumas@email.com
-
Message: string
Assignment messages.Example:
Update successful for user 41920tee-01
-
status: string
Job statusExample:
deactivate
-
Timestamp: string
Example:
2022-01-27T09:50:25.697286
-
UserName: string
Example:
41920tee-01
Examples
202 Response
Accepted. Encountered when the requestor has asked for request export data or an audit log, but the request is still in process.
Default Response
Links to working URLs
Links
- Production URL
-
https://services.texturacorp.com/ebis/api/v1/import/user-status/{jobID}
- Test URL
-
https://usint1.textura.oraclecloud.com/ebis/api/v1/import/user-status/{jobID}