1b User Roles Audit
get
/api/v1/import/user-project-roles/{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):
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
-
Deactivated: string
Example:
false
-
Email: string
Example:
ADUMAS@EMAIL.COM
-
MainJobNumber: string
Example:
1739882
-
Message: string
Assignment messages.Example:
User Alexandre Dumas (ADUMAS@EMAIL.COM), project 200120-150600 has been assigned project roles Signer
-
ProjectRoles: string
Example:
Project Manager
-
status: string
Job statusExample:
SUCCESS
-
Timestamp: string
Example:
2022-01-27T09:50:25.697286
-
UserName: string
Example:
ADUMAS
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-project-roles/{jobID}
- Test URL
-
https://usint1.textura.oraclecloud.com/ebis/api/v1/import/user-project-roles/{jobID}