A general question about the user management in v2.0. From the doc it seems currently we configure the user/right through the ledger API (and/or JSON-API). I also see an example that it can be done through daml script.
Can it be done on daml sdk and/or canton console? If so, kindly point me where it is in the doc.
@kctam was asking about users rather then parties. I see that the Canton console does expose the user management service (docs). So do the Ledger API (including the Java bindings) and the HTTP JSON API, both of which you already mentioned in your post. To the best of my understanding user management is not exposed by the SDK assistant (the daml command), if you were referring to that, as @Phoebe_Nichols suggested. I’m not aware of plans to add this feature either, for the time being. Are you asking for some reason in particular?
Thanks @stefanobaghino-da and @Phoebe_Nichols . Thanks for letting me know it is available in canton console through ledger_api. I will use it for demo/testing.
Regarding the daml sdk, yes I mean daml command. For example, we have daml ledger allocate-parties and daml ledger list-parties. Just see if we have something similar for user. Not urgent as now I can use the canton console. Then I don’t need to do it externally when doing quick testing.
Thanks again.
kc
[PS: just test the ledger_api in the canton console, and it works fine. Thanks again.]