mad1 - Hello Team, I am working on JIT Auth. In...
Hello Team, I am working on JIT Auth. In case of JIT what is it about mentioning display name and email in the request body :
curl -X POST \
--url 'https://{ThoughtSpot-Host}/api/rest/2.0/auth/token/full' \
-H 'Accept: application/json'\
-H 'Content-Type: application/json' \
--data-raw '{
"username": "tsUserA",
"object_id": "061457a2-27bc-43a9-9754-0cd873691bf0",
"secret_key": "69fb6d98-1696-42c0-9841-22b078c04060",
"org_id": 2
"email": "[email protected]",
"display_name": "User A"
"auto_create": true,
"group_identifiers": [
"DataAdmin",
"Analyst"
]
}'
Can you clear me know whose username, email and display name is to be mentioned in this case, will it be mine as admin or the new user who is meant to get onboarded via JIT ?
1 Reply
It will be for the new user