pub async fn retrieve_user_action_reason(
configuration: &Configuration
) -> Result<UserActionReasonResponse, Error<RetrieveUserActionReasonError>>
Expand description
Retrieves the user action reason for the given Id. If you pass in null for the id, this will return all the user action reasons.