Not able to call okta password and signon policy

Hi Team,

I am trying to use okta go sdk .I am trying to get API call for okta password and signon policy from the sdk. But I am not able to do this.I need help on this. I am also trying to find “getPasswordPolicy” type from here but not able to do this. Any help appreciate.

Thank you.

@Samirulh Did you find specific api endpoint you want to request from Okta article?
Is there a link?

@Lijia I use “Initialize a client” using this ```
ctx, client, err := okta.NewClient(context, okta.WithOrgUrl(“https://{yourOktaDomain}”), okta.WithToken("{apiToken}"))

Then try to call passwordpolicy.