You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think token: IamToken, userInfo: IamUserInfo should be all the parameters you need, since this route just needs the OIDC access token and the user id.
Here's the method I had written:
I think
token: IamToken, userInfo: IamUserInfo
should be all the parameters you need, since this route just needs the OIDC access token and the user id.Here's the common services docs for the API
https://www.ibm.com/support/knowledgecenter/en/SSHKN6/iam/3.4.0/apis/mt_apis.html#get8
The text was updated successfully, but these errors were encountered: