Till WSO2 version 5.11 we are using username as input parameter for many rest API's but in WSO2 version 6.0, we are using user-id as input parameter. Is there any documentation available for that, we are using user-id as input parameter?
Till WSO2 version 5.11 we are using username as input parameter for many rest API's but in WSO2 version 6.0, we are using user-id as input parameter. Is there any documentation available for that, we are using user-id as input parameter?
AFAIK the user unique Ids were introduced from IS 5.10.0 onwards (what has changed). Since then almost all the API implementations were based on the unique id. You can find the API documentation here.
If there is any backward incompatible API when migrating from 5.11 to 6.0.0 better to mention it in the original issue.