Skip to main content

Get the IMS token for a given IMS user id

GET 

/auth/api/sync/get-ims-token/:id

Get the IMS token for a given IMS user id

Request

Path Parameters

    id stringrequired

    The neo4j id of the IMS user

Responses

Schema
    token stringnullablerequired
    isImsUserKnown booleanrequired
    message stringnullablerequired
curl -L -X GET 'https://ccims.github.io/auth/api/sync/get-ims-token/:id' \
-H 'Accept: application/json'
Request Collapse all
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!