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”

}}}}

All Comments
Sort by:  Most Recent