Values.EnableUserRequestSourceAllows the specified user to access the FinSpace web application and API.
type nonrec t = {userId : UserId.t;The unique identifier for the user that you want to activate.
*)clientToken : ClientToken.t option;A token that ensures idempotency. This token expires in 10 minutes.
*)}