Retrieve the data for an existing Profile, based on its ID.
GET /profile
curl https://reactor.adobe.io/profile \
-H "Accept: application/vnd.api+json;revision=1" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer [TOKEN]" \
-H "X-Api-Key: [KEY]" \
-H "X-Gw-Ims-Org-Id: [ORG_ID]" \
-X GET
{
"data": {
"id": "UR5076ee1a682f4ef985565013921fffe6",
"type": "users",
"attributes": {
"active_org": "08364A825824E04F0A494115@AdobeOrg",
"expires_in": 1309,
"display_name": "George Ciltaru",
"job_function": null,
"email": "ciltaru@adobe.com",
"organizations": {
"08364A825824E04F0A494115@AdobeOrg": {
"name": "Reactor QE",
"admin": true,
"active": true,
"login_companies": [
],
"product_contexts": [
"dma_dtm",
"dma_reactor",
"dma_tartan",
"dma_audiencemanager_int"
],
"tenant_id": "reactorqe"
},
"233432C559D3F8C90A49410E@AdobeOrg": {
"name": "QE Launch Automation",
"admin": true,
"active": false,
"login_companies": [
],
"product_contexts": [
"dma_reactor_api",
"dma_tartan",
"dma_reactor",
"dma_audiencemanager_int"
],
"tenant_id": "launchautomation"
},
"5D1328435BF324E90A49402A@AdobeOrg": {
"name": "Platform UI - INT",
"admin": false,
"active": false,
"login_companies": [
],
"product_contexts": [
"acp",
"dma_tartan",
"dma_reactor"
],
"tenant_id": "platformuiintenv"
},
"4F0D9DF45824DEC70A49422D@AdobeOrg": {
"name": "Activation Reactor Integrations",
"admin": false,
"active": false,
"login_companies": [
],
"product_contexts": [
"dma_tartan",
"dma_reactor",
"dma_audiencemanager_int"
],
"tenant_id": "reactorintegration"
},
"0E7866D75CE595550A494218@AdobeOrg": {
"name": "AEP Streaming Services - STG",
"admin": true,
"active": false,
"login_companies": [
],
"product_contexts": [
"acp",
"dma_reactor",
"dma_tartan"
],
"tenant_id": "aepstreamingservicesstg"
}
}
},
"links": {
"self": "https://reactor.adobe.io/profile"
},
"meta": {
"rights": [
"manage_companies"
]
}
}
}