March 25, 2024
How to Download User Report which includes User ID using JOB API
Comments
(0)
March 25, 2024
How to Download User Report which includes User ID using JOB API
(0)

The user id is a unique value that will be assigned to each and every user who logs in to ALM. As of now, there are no direct reports in UI to download the user data with user id but in JOB API it is possible.

Kindly follow the steps that is mentioned in below video for generating a ” User report ” Using JOB API.

Sample Payload:

{

“data”: {
“type”: “job”,
“attributes”: {
“description”: “description of your choice”,
“jobType”: “generateUsers”,
“payload”:{
“expandMetadata”: “true”

}}}}

0 Comments
Add Comment