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
Loading...